From 93e4d0d095e3376bcd5e1c2b9e1fd83e8ae9bd6e Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Tue, 21 May 2024 15:24:12 -0400 Subject: track config examples provided in ./views --- views/configuration.txt_localhost_ | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 views/configuration.txt_localhost_ (limited to 'views/configuration.txt_localhost_') diff --git a/views/configuration.txt_localhost_ b/views/configuration.txt_localhost_ new file mode 100644 index 0000000..75ec35c --- /dev/null +++ b/views/configuration.txt_localhost_ @@ -0,0 +1,11 @@ +/+ obt - org-mode generated file +/ +struct Cfg { + string http_request_type = "http"; + string http_host = "localhost"; + string www_url_doc_subroot = "/spine"; + string cgi_filename = "spine_search"; + string cgi_search_form_title = "≅ SiSU Spine search ፨"; + string db_sqlite_path = "/var/www/sqlite"; + string db_sqlite_filename = "spine.search.db"; +} +enum _cfg = Cfg(); -- cgit v1.2.3