aboutsummaryrefslogtreecommitdiffhomepage
path: root/sundry/spine_search_cgi/views/configuration.txt
blob: 1486315b38bc73a2f8f8ba42e6d003a571541592 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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";
  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();