-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathconfig.json.example
43 lines (43 loc) · 918 Bytes
/
config.json.example
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
{
"database": {
"driver": "pgsql",
"host": "127.0.0.1",
"database": "database_name",
"username": "user",
"password": "secret"
},
"botaccount": {
"regname": "Ocean",
"xatid":"10101",
"password": "",
"pin": "",
"pw": "",
"forcelogin": true
},
"developers": [
412345607,
1000000000,
45193538
],
"apikeys": {
"youtube": "",
"google": "",
"twitch": "",
"twitter": {
"consumer_key": "",
"consumer_secret": "",
"oauth_token": "",
"oauth_token_secret": ""
},
"weather": "",
"spotify": {
"client_id": "",
"secret_id": "",
"redirect_uri": ""
},
"steam": ""
},
"config": {
"website_url": "https://example.fr"
}
}