blob: bd16037b78479cf395f81076cb44b0260af94f81 (
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
25
26
27
28
29
30
31
32
|
[mysql]
host = 192.168.0.40
; port = 3306 ; ConfigParser will parse this as a string (not int) which will cause pymysql to moan
user = webro
passwd = ***********
db = edaweb
[nitter]
url = 192.168.0.40
port = 7777
[docker]
url = 192.168.0.40
port = 4550
[pihole]
url = 192.168.0.25
[qbittorrent]
url = 192.168.0.25
port = 8080
user = admin
passwd = ***********
[transmission]
url = 192.168.0.25
port = 9091
user = admin
passwd = ***********
[discord]
username = @jwnskanzkwk#9757
|