diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2021-08-11 03:06:47 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2021-08-11 11:03:07 -0400 |
commit | 118ea61dc79bf9b1c45bbf81b31361a749e32fdd (patch) | |
tree | 3d803e1b7d9e99187c82cbb1b1af735972c09510 /org/output_show.org | |
parent | spine_search (work on) (diff) |
spine search and configuration related
Diffstat (limited to 'org/output_show.org')
-rw-r--r-- | org/output_show.org | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/org/output_show.org b/org/output_show.org index 80529e4..4b93134 100644 --- a/org/output_show.org +++ b/org/output_show.org @@ -208,7 +208,7 @@ writefln( // "- webserv cgi file links:", // config.conf.w_srv_cgi_file_links, "- webserv sqlite db:", - config.conf.w_srv_db_sqlite, + config.conf.w_srv_db_sqlite_filename, "- output path:", config.conf.output_path, "- processing concordance max:", @@ -298,7 +298,7 @@ writefln( // "- webserv cgi file links:", // doc_matters.conf_make_meta.conf.w_srv_cgi_file_links, "- webserv sqlite db:", - doc_matters.conf_make_meta.conf.w_srv_db_sqlite, + doc_matters.conf_make_meta.conf.w_srv_db_sqlite_filename, "- output path:", doc_matters.conf_make_meta.conf.output_path, "- processing concordance max:", |