From e5203f74000dc083d3e4024725a0e50656bf776b Mon Sep 17 00:00:00 2001 From: jwansek Date: Wed, 16 Feb 2022 15:45:37 +0000 Subject: fixed bug when client classes weren't present --- smarker.conf | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'smarker.conf') 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 -- cgit v1.2.3