add key for OWM API
This commit is contained in:
parent
1735df3682
commit
33ffe6c2d4
1 changed files with 12 additions and 7 deletions
|
@ -2,17 +2,22 @@ developmentMode: true
|
|||
token: ''
|
||||
ownerIDs:
|
||||
- ''
|
||||
- ''
|
||||
|
||||
keys:
|
||||
sentry: ''
|
||||
weather: ''
|
||||
|
||||
postgresOptions:
|
||||
user: ''
|
||||
host: ''
|
||||
database: ''
|
||||
password: ''
|
||||
port:
|
||||
|
||||
port:
|
||||
|
||||
lavalinkNodes:
|
||||
- node_1:
|
||||
name: ''
|
||||
host: ''
|
||||
port:
|
||||
auth: ''
|
||||
node_1:
|
||||
name: ''
|
||||
host: ''
|
||||
port:
|
||||
auth: ''
|
Loading…
Reference in a new issue