aboutsummaryrefslogtreecommitdiffhomepage
path: root/sundry/spine_search_cgi/views/configuration_suggested.txt
blob: c66da0313d9320bb736421d4a82d40ce0fe17a8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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/static";                 // "/var/www/html"
  string cgi_bin_root          = "/var/www/cgi/cgi-bin/";                 // "/usr/lib/cgi-bin"
  string cgi_bin_subpath       = "/cgi-bin";
  string cgi_filename          = "spine_search";                          // "spine-search"
  string db_sqlite_path        = "/var/www/sqlite";
  string db_sqlite_filename    = "spine.search.db";
}
enum _cfg = Cfg();