diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2024-05-21 15:24:12 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2024-05-21 15:24:12 -0400 |
commit | 93e4d0d095e3376bcd5e1c2b9e1fd83e8ae9bd6e (patch) | |
tree | 9ec37cd7fcd74038e4e1a473220f82613d331a77 /views/configuration.txt_remotehost_ | |
parent | nix dlang overlay ldc-1.38.0 (diff) |
track config examples provided in ./views
Diffstat (limited to 'views/configuration.txt_remotehost_')
-rw-r--r-- | views/configuration.txt_remotehost_ | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/views/configuration.txt_remotehost_ b/views/configuration.txt_remotehost_ new file mode 100644 index 0000000..2eea12d --- /dev/null +++ b/views/configuration.txt_remotehost_ @@ -0,0 +1,11 @@ +/+ obt - org-mode generated file +/ +struct Cfg { + string http_request_type = "https"; + string http_host = "sisudoc.org"; + 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(); |