From fc49148876e94924d4218b078c212578bbec9c10 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Wed, 23 Nov 2022 22:12:48 -0500 Subject: sort how you want this to be --- views/configuration.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 views/configuration.txt (limited to 'views/configuration.txt') diff --git a/views/configuration.txt b/views/configuration.txt new file mode 100644 index 0000000..8e9540d --- /dev/null +++ b/views/configuration.txt @@ -0,0 +1,10 @@ +struct Cfg { + string http_request_type = "http"; + string http_host = "localhost"; + 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(); -- cgit v1.2.3