diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2022-02-09 15:43:06 +0000 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2022-02-09 15:43:06 +0000 |
commit | 8966f20ccb9897282d2ac7c174b87934fc38fc15 (patch) | |
tree | 4934257c0a857c94907a72aae0e0de05867a8fb1 /smarker.conf | |
parent | ff07842dc629e07f081ae578e50c42e4a54bc810 (diff) | |
download | Smarker-8966f20ccb9897282d2ac7c174b87934fc38fc15.tar.gz Smarker-8966f20ccb9897282d2ac7c174b87934fc38fc15.zip |
started working on monitoring execution environments
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 |