summaryrefslogtreecommitdiffstats
path: root/smarker.conf
blob: a31e5d7b388876636bdd9f68372706756fe6affa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[mysql]
host = 192.168.1.92
port = 3306
user = root
passwd = *************

[tex]
columns = 1
show_full_docs = True
show_source = True
show_all_regex_occurrences = True
show_all_run_output = True

[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