mirror of
https://github.com/stijndcl/didier.git
synced 2026-04-10 17:15:47 +02:00
Add default token
This commit is contained in:
parent
9193e73af9
commit
21aeb80c13
1 changed files with 2 additions and 1 deletions
|
|
@ -22,5 +22,6 @@ asyncio_mode = "auto"
|
||||||
env = [
|
env = [
|
||||||
"DB_NAME = didier-tests",
|
"DB_NAME = didier-tests",
|
||||||
"DB_USERNAME = postgres",
|
"DB_USERNAME = postgres",
|
||||||
"DB_HOST = postgres"
|
"DB_HOST = postgres",
|
||||||
|
"DISC_TOKEN = token"
|
||||||
]
|
]
|
||||||
Loading…
Add table
Add a link
Reference in a new issue