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 /views/configuration_suggested.txt | |
parent | sqlite related internal naming (diff) |
configuration, hierarchy filenames & paths ...
Diffstat (limited to 'views/configuration_suggested.txt')
-rw-r--r-- | views/configuration_suggested.txt | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/views/configuration_suggested.txt b/views/configuration_suggested.txt deleted file mode 100644 index 4b109e7..0000000 --- a/views/configuration_suggested.txt +++ /dev/null @@ -1,23 +0,0 @@ -/+ obt - org-mode generated file +/ -struct Cfg { - string www_http = "http"; - string www_host = "localhost"; - string www_url_doc_root = "http://localhost"; - string www_doc_root = "/srv/www/spine/static"; - string www_host_doc_root = "localhost"; - string cgi_bin_root = "/var/www/cgi/cgi-bin"; - string cgi_bin_subpath = "/cgi-bin"; - string cgi_filename = "spine_search"; - string cgi_url_root = "http://localhost/cgi-bin"; - string cgi_port = ""; - string cgi_user = ""; - string cgi_url_action = "http://localhost/cgi-bin/spine_search"; - string cgi_search_form_title = "≅ SiSU Spine search"; - string db_sqlite_path = "/var/www/sqlite"; - string db_sqlite_filename = "spine.search.db"; - string default_language = "en"; - string default_papersize = "a4"; - string default_text_wrap = "80"; - string default_hash_digest = "sha256"; -} -enum _cfg = Cfg(); |