diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2022-02-16 15:45:37 +0000 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2022-02-16 15:45:37 +0000 |
commit | e5203f74000dc083d3e4024725a0e50656bf776b (patch) | |
tree | 4666d361615e5ed5503470c6e0a8f6e4e352dc8b /smarker.conf | |
parent | 376c8bef903657e020e482037b94a7b63514f640 (diff) | |
download | Smarker-e5203f74000dc083d3e4024725a0e50656bf776b.tar.gz Smarker-e5203f74000dc083d3e4024725a0e50656bf776b.zip |
fixed bug when client classes weren't present
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 |