diff options
Diffstat (limited to 'smarker.conf')
-rw-r--r-- | smarker.conf | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/smarker.conf b/smarker.conf index aa5a415..44aea24 100644 --- a/smarker.conf +++ b/smarker.conf @@ -1,13 +1,13 @@ -[mysql]
-host = 192.168.1.92
-port = 3306
-user = smarker
-passwd = smarkerPassword
-
-[md]
-show_full_docs = True
-show_source = True
-
-[txt]
-show_full_docs = True
+[mysql] +host = 192.168.1.92 +port = 3306 +user = smarker +passwd = smarkerPassword + +[md] +show_full_docs = True +show_source = True + +[txt] +show_full_docs = True show_source = True
\ No newline at end of file |