diff options
Diffstat (limited to 'views/configuration.txt_localhost_')
| -rw-r--r-- | views/configuration.txt_localhost_ | 11 | 
1 files changed, 11 insertions, 0 deletions
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();  | 
