diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2021-10-07 20:39:57 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2021-11-27 19:40:47 -0500 |
commit | e37589f5f5253d81c62f8846dbf721c23fe48d44 (patch) | |
tree | f6a92b74b3b82453f7bce68b33647a428d144624 /.dr | |
parent | sqlite related internal naming (diff) |
configuration, hierarchy filenames & paths ...
Diffstat (limited to '.dr')
-rw-r--r-- | .dr/config_local_site_example | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/.dr/config_local_site_example b/.dr/config_local_site_example new file mode 100644 index 0000000..6e751c1 --- /dev/null +++ b/.dr/config_local_site_example @@ -0,0 +1,36 @@ +# config_local_site +# read from directories ... FIX provide list +flag: + act0: "--html" + act1: "--html --epub" +output: + path: "/srv/www/spine" +default: + language: "en" + papersize: "a4" + text_wrap: "80" + digest: "sha256" +webserv: + http: "https" # "http" + domain: "sisudoc" # "localhost" + data_http: "https" # "http" + data_domain: "sisudoc" # "localhost" + data_root_url: "https://sisudoc.org" # "http://localhost" + data_root_path: "/srv/www/spine" # "/var/www/html" + data_root_part: "" + images_root_part: "image" + cgi_search_form_title: "≅ SiSU Spine search" + cgi_http: "https" # "http" + cgi_domain: "sisudoc.org" # "localhost" + cgi_bin_url: "http://sisudoc.org/cgi-bin" # "http://localhost/cgi-bin" + cgi_bin_part: "cgi-bin" + cgi_bin_path: "/var/www/cgi/cgi-bin" # "/usr/lib/cgi-bin" + cgi_search_script: "spine_search" + cgi_search_script_raw_fn_d: "spine_search.d" + cgi_port: "" + cgi_user: "" + cgi_action: "https://sisudoc.org/spine_search" # "http://localhost/cgi-bin/spine-search" + db_sqlite_filename: "spine.search.db" + db_sqlite_path: "/var/www/sqlite" + db_pg_table: "" + db_pg_user: "" |