aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2021-08-12 13:14:49 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2021-08-20 12:03:17 -0400
commit24269204508d8cf8f963eb9c7d149d18840e4dad (patch)
treec94ac0fdab5496fa4969098604ffcfaa87c18678 /README.md
parentconfiguration reorganized into config files (diff)
config, clean up and make a bit more consistent
- check version settings with: rg -A2 _version_set$ org
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 8047e01..00a2d69 100644
--- a/README.md
+++ b/README.md
@@ -95,18 +95,18 @@ default:
digest: "sha256"
webserv:
http: "http"
- domain: "localhost"
+ host: "localhost"
data_http: "http"
- data_domain: "localhost"
+ data_host: "localhost"
data_root_url: "http://localhost"
data_root_path: "/var/www/html"
data_root_part: ""
images_root_part: "image"
- cgi_title: "≅ SiSU Spine search"
+ cgi_search_form_title: "≅ SiSU Spine search"
cgi_http: "http"
- cgi_domain: "localhost"
+ cgi_host: "localhost"
cgi_bin_url: "http://localhost/cgi-bin"
- cgi_bin_part: "cgi-bin"
+ cgi_bin_subpath: "/cgi-bin"
cgi_bin_path: "/usr/lib/cgi-bin"
cgi_search_script: "spine-search"
cgi_search_script_raw_fn_d: "spine_search.d"