diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2021-08-11 03:06:47 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2021-08-11 11:03:07 -0400 |
commit | 118ea61dc79bf9b1c45bbf81b31361a749e32fdd (patch) | |
tree | 3d803e1b7d9e99187c82cbb1b1af735972c09510 /views/configuration.txt | |
parent | spine_search (work on) (diff) |
spine search and configuration related
Diffstat (limited to 'views/configuration.txt')
-rw-r--r-- | views/configuration.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/views/configuration.txt b/views/configuration.txt index 226631d..cc949fc 100644 --- a/views/configuration.txt +++ b/views/configuration.txt @@ -1,18 +1,18 @@ struct Cfg { string www_http = "http"; - string www_doc_root = "/srv/www/spine/static"; + string www_doc_root = "/srv/www/spine/static"; // "/var/www/html" string www_domain = "localhost"; string www_domain_doc_root = "localhost"; string www_url_doc_root = "http://localhost"; - string cgi_bin_root = "/var/www/cgi/cgi-bin/"; + string cgi_bin_root = "/var/www/cgi/cgi-bin/"; // "/usr/lib/cgi-bin" string cgi_bin_part = "cgi-bin"; - string cgi_filename = "spine_search"; + string cgi_filename = "spine_search"; // "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_title = "≅ SiSU Spine search"; - string db_sqlite_doc_root = "/srv/www/spine/static/sqlite/"; + string db_sqlite_path = "/var/www/sqlite/"; string db_sqlite_filename = "spine.search.db"; string default_language = "en"; string default_papersize = "a4"; |