blob: 62915f1b6f631291c6e7060e8663697a3c83bf25 (
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 = vps.eda.gay
port = 3307
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 = True
show_source = True
show_all_regex_occurrences = True
show_all_run_output = True
|