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: ''
|
token: ''
|
||||||
ownerIDs:
|
ownerIDs:
|
||||||
- ''
|
- ''
|
||||||
|
- ''
|
||||||
|
|
||||||
|
keys:
|
||||||
|
sentry: ''
|
||||||
|
weather: ''
|
||||||
|
|
||||||
postgresOptions:
|
postgresOptions:
|
||||||
user: ''
|
user: ''
|
||||||
host: ''
|
host: ''
|
||||||
database: ''
|
database: ''
|
||||||
password: ''
|
password: ''
|
||||||
port:
|
port:
|
||||||
|
|
||||||
lavalinkNodes:
|
lavalinkNodes:
|
||||||
- node_1:
|
node_1:
|
||||||
name: ''
|
name: ''
|
||||||
host: ''
|
host: ''
|
||||||
port:
|
port:
|
||||||
auth: ''
|
auth: ''
|
Loading…
Reference in a new issue