-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig.docker.yml
More file actions
30 lines (30 loc) · 778 Bytes
/
config.docker.yml
File metadata and controls
30 lines (30 loc) · 778 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
logLevel: 'INFO'
bot:
token: 'TOKEN'
prefix: '!'
owners: ['Owner ID 1', 'Owner ID 2']
server:
domain: ''
appkey: 'put some random stuff here'
# If the port is modified then the
# Dockerfile or compose should be updated.
port: 80
oauth2:
accessTokenUri: 'https://discord.com/api/oauth2/token'
authorizationUri: 'https://discord.com/api/oauth2/authorize'
redirectUri: 'http://127.0.0.1/oauth/callback'
clientId: ''
clientSecret: ''
scopes: [identify, guilds]
database:
# The database config should work out
# of the box without modifying these values.
user: 'postgres'
password: 'postgres'
host: 'postgres'
port: 5432
database: 'postgres'
# Max connections
max: 20
clients:
attachmentsUri: 'modmail-attachments:59001'