-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
settings-development.json
46 lines (46 loc) · 1.12 KB
/
settings-development.json
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
44
45
46
{
"public": {
"productName": "SplitScreen.Me",
"copyrightStartYear": "2024",
"twitterUsername": "splitscreen-me",
"facebookUsername": "splitscreen-me",
"githubProjectUrl": "https://github.com/splitscreen-me",
"productAddress": "https://www.splitscreen.me/"
},
"private": {
"IGDB_API_KEY": "",
"MAIL_URL": "",
"DISCORD_BOT_SECRET_TOKEN": "",
"DISCORD_ADMIN_LOGGING_WEBHOOK": "",
"DISCORD_RELEASE_LOGGING_WEBHOOK": "",
"DISCORD_RELEASE_LOGGING_ROLEID": "",
"DISCORD_GENERAL_LOGGING_WEBHOOK": "",
"OAuth": {
"facebook": {
"enabled": true,
"appId": "",
"secret": "",
"loginStyle": "popup"
},
"google": {
"enabled": true,
"clientId": "",
"secret": "",
"loginStyle": "popup"
},
"github": {
"enabled": true,
"clientId": "",
"secret": "",
"loginStyle": "popup"
},
"discord": {
"enabled": true,
"clientId": "",
"secret": "",
"loginStyle": "popup"
}
},
"supportEmail": "SplitScreen Me <hub@splitscreen.me>"
}
}