diff options
Diffstat (limited to 'smarker.conf.example')
-rw-r--r-- | smarker.conf.example | 17 |
1 files changed, 17 insertions, 0 deletions
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 |