diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2022-02-25 17:05:49 +0000 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2022-02-25 17:05:49 +0000 |
commit | 9d1668c5e4820213406d18278116aad98fe83331 (patch) | |
tree | 3240d791af2dfee93bb425ead330d38d013044d4 /smarker.conf.example | |
parent | 3e5d53b94cb535071ee0e4135de0f7d191cf26dc (diff) | |
download | Smarker-9d1668c5e4820213406d18278116aad98fe83331.tar.gz Smarker-9d1668c5e4820213406d18278116aad98fe83331.zip |
finished database datatype declaration
Diffstat (limited to 'smarker.conf.example')
-rw-r--r-- | smarker.conf.example | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/smarker.conf.example b/smarker.conf.example new file mode 100644 index 0000000..e8db25c --- /dev/null +++ b/smarker.conf.example @@ -0,0 +1,17 @@ +[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 = False
+
+[txt]
+show_full_docs = False
+show_source = False
+show_all_regex_occurrences = True
+show_all_run_output = False
\ No newline at end of file |