aboutsummaryrefslogtreecommitdiffhomepage
path: root/views/configuration.txt
blob: 226631d1c0ea485814a111efd152758caf9d511a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
struct Cfg {
  string www_http              = "http";
  string www_doc_root          = "/srv/www/spine/static";
  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_part          = "cgi-bin";
  string cgi_filename          = "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_filename    = "spine.search.db";
  string default_language      = "en";
  string default_papersize     = "a4";
  string default_text_wrap     = "80";
  string default_hash_digest   = "sha256";
}
enum _cfg = Cfg();