From 9d1668c5e4820213406d18278116aad98fe83331 Mon Sep 17 00:00:00 2001 From: jwansek Date: Fri, 25 Feb 2022 17:05:49 +0000 Subject: finished database datatype declaration --- smarker.conf.example | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 smarker.conf.example (limited to 'smarker.conf.example') diff --git a/smarker.conf.example b/smarker.conf.example new file mode 100644 index 0000000..e8db25c --- /dev/null +++ b/smarker.conf.example @@ -0,0 +1,17 @@ +[mysql] +host = 192.168.1.92 +port = 3306 +user = smarker +passwd = smarkerPassword + +[md] +show_full_docs = False +show_source = False +show_all_regex_occurrences = True +show_all_run_output = False + +[txt] +show_full_docs = False +show_source = False +show_all_regex_occurrences = True +show_all_run_output = False \ No newline at end of file -- cgit v1.2.3