blob: 6f5b3e31084ffaa777e2fe6ba3798da45c546bed (
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
33
34
35
36
37
38
39
40
41
42
43
|
[mysql]
host = mysql
; 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.1.92
port = 7777
domain = nitter.eda.gay
[docker]
url = 192.168.1.5
port = 4550
[pihole]
url = 192.168.1.3:81
[transmission]
url = 192.168.1.5
port = 9092
[discord]
username = @eden#7623
[servicetimeout]
seconds = 2
[github]
client_id = *******************
client_secret = **********************************
access_code = *******************************
[cds]
location = /media/ISOs/
maxsize = 700000000
[twitter]
consumer_key = ***************
consumer_secret = **********************************
access_token = *****************************************
access_token_secret = *****************************************
|