aboutsummaryrefslogtreecommitdiffhomepage
path: root/sundry/spine_search_cgi/views/configuration_example.txt
blob: ea43fdefb5bd6e76df540c96b49d30094597b315 (plain)
1
2
3
4
5
6
7
8
9
10
11
/+ obt - org-mode generated file +/
struct Cfg {
  string http_request_type     = "http";
  string http_host             = "localhost";
  string www_doc_subroot       = "/spine";
  string cgi_filename          = "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();