aboutsummaryrefslogtreecommitdiffhomepage
path: root/views/configuration.txt
blob: 2a98b0722fec7980f5a2112ba177ecd5cdda7e34 (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_host              = "localhost";
  string www_url_doc_root      = "http://localhost";
  string www_doc_root          = "/srv/www/spine/static";
  string www_host_doc_root     = "localhost";
  string cgi_bin_root          = "/var/www/cgi/cgi-bin";
  string cgi_bin_subpath       = "";
  string cgi_filename          = "spine_search";
  string cgi_url_root          = "http://localhost/";
  string cgi_port              = "";
  string cgi_user              = "";
  string cgi_url_action        = "http://localhost/spine_search";
  string cgi_search_form_title = "≅ SiSU Spine search";
  string db_sqlite_path        = "/var/www/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();