summaryrefslogtreecommitdiffstats
path: root/smarker.conf
diff options
context:
space:
mode:
authorjwansek <eddie.atten.ea29@gmail.com>2022-02-16 15:45:37 +0000
committerjwansek <eddie.atten.ea29@gmail.com>2022-02-16 15:45:37 +0000
commite5203f74000dc083d3e4024725a0e50656bf776b (patch)
tree4666d361615e5ed5503470c6e0a8f6e4e352dc8b /smarker.conf
parent376c8bef903657e020e482037b94a7b63514f640 (diff)
downloadSmarker-e5203f74000dc083d3e4024725a0e50656bf776b.tar.gz
Smarker-e5203f74000dc083d3e4024725a0e50656bf776b.zip
fixed bug when client classes weren't present
Diffstat (limited to 'smarker.conf')
-rw-r--r--smarker.conf32
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