-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample-config.yaml
More file actions
38 lines (32 loc) · 849 Bytes
/
example-config.yaml
File metadata and controls
38 lines (32 loc) · 849 Bytes
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
bot:
commands_enabled: false
plugins:
- GamesKeeper.plugins.core
- GamesKeeper.plugins.settings
- GamesKeeper.plugins.stats
- GamesKeeper.plugins.dev
- GamesKeeper.plugins.connectfour
- GamesKeeper.plugins.uno
first_run: true
#Channel that is used for logging control messages for the bot.
logging_channel: 000000000000
#Leave until fix is found for startup.
connect4_emotes:
broken: true
postgres:
host: 'localhost'
port: '5432'
database: 'gameskeeper'
username: ''
password: ''
token: 'BOT_TOKEN_HERE'
web:
SECRET_KEY: ''
DOMAIN: ''
discord:
CLIENT_ID: ''
REDIRECT_URI: 'https://DOMAIN.COM/api/auth/discord/callback'
CLIENT_SECRET: ''
API_BASE_URL: 'https://discordapp.com/api'
TOKEN_URL: 'https://discordapp.com/api/oauth2/token'
AUTH_URL: 'https://discordapp.com/oauth2/authorize'