diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2021-10-07 20:39:57 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2021-11-27 19:40:47 -0500 |
commit | e37589f5f5253d81c62f8846dbf721c23fe48d44 (patch) | |
tree | f6a92b74b3b82453f7bce68b33647a428d144624 /sundry/spine_search_cgi/views/configuration_example.txt | |
parent | sqlite related internal naming (diff) |
configuration, hierarchy filenames & paths ...
Diffstat (limited to 'sundry/spine_search_cgi/views/configuration_example.txt')
-rw-r--r-- | sundry/spine_search_cgi/views/configuration_example.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sundry/spine_search_cgi/views/configuration_example.txt b/sundry/spine_search_cgi/views/configuration_example.txt new file mode 100644 index 0000000..3552861 --- /dev/null +++ b/sundry/spine_search_cgi/views/configuration_example.txt @@ -0,0 +1,13 @@ +/+ obt - org-mode generated file +/ +struct Cfg { + string http_request_type = "http"; + string http_host = "localhost"; + string www_url_doc_root = "http://localhost"; + string www_doc_root = "/srv/www/spine"; + string cgi_bin_subpath = "/cgi-bin"; + string cgi_filename = "spine_search"; // "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(); |