summaryrefslogtreecommitdiffhomepage
path: root/views/configuration.txt_remotehost_
diff options
context:
space:
mode:
Diffstat (limited to 'views/configuration.txt_remotehost_')
-rw-r--r--views/configuration.txt_remotehost_11
1 files changed, 11 insertions, 0 deletions
diff --git a/views/configuration.txt_remotehost_ b/views/configuration.txt_remotehost_
new file mode 100644
index 0000000..2eea12d
--- /dev/null
+++ b/views/configuration.txt_remotehost_
@@ -0,0 +1,11 @@
+/+ obt - org-mode generated file +/
+struct Cfg {
+ string http_request_type = "https";
+ string http_host = "sisudoc.org";
+ string www_url_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();