aboutsummaryrefslogtreecommitdiffhomepage
path: root/sundry/spine_search_cgi/views/configuration_suggested.txt
blob: 028cfc91dbb4e6f961a12c1b7f1e8506b2f1d60e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/+ obt - org-mode generated file +/
struct Cfg {
  string http_request_type = "http";
  string http_host         = "localhost";
  string doc_root_www      = "/srv/www/spine/static";
  string doc_root_cgi      = "/var/www/cgi/cgi-bin/";
  string doc_root_db       = "/srv/www/spine/static/sqlite/";
  string host_cgi_subpath  = "/cgi-bin";
  // string subpath_cgi       = "/cgi-bin/";
  string filename_cgi      = "spine_search";
  string cgi_script_filename_with_any_subpath  = "/cgi-bin/spine_search";
  string filename_db       = "spine.search.db";
}
enum _cfg = Cfg();