blob: b4a0540335af2f76e96c29b72168b68b199a5ac1 (
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 = 2
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
|