diff options
Diffstat (limited to 'smarker.conf')
-rw-r--r-- | smarker.conf | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/smarker.conf b/smarker.conf index b700f85..e31970d 100644 --- a/smarker.conf +++ b/smarker.conf @@ -1,17 +1,17 @@ -[mysql] -host = 192.168.1.92 -port = 3306 -user = smarker -passwd = smarkerPassword - -[md] -show_full_docs = True -show_source = True -show_all_regex_occurrences = True -show_all_run_output = True - -[txt] -show_full_docs = True -show_source = True -show_all_regex_occurrences = True +[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 = True
+
+[txt]
+show_full_docs = False
+show_source = False
+show_all_regex_occurrences = True
show_all_run_output = True
\ No newline at end of file |