Add default token

pull/115/head
stijndcl 2022-06-17 00:50:00 +02:00
parent 9193e73af9
commit 21aeb80c13
1 changed files with 2 additions and 1 deletions

View File

@ -22,5 +22,6 @@ asyncio_mode = "auto"
env = [
"DB_NAME = didier-tests",
"DB_USERNAME = postgres",
"DB_HOST = postgres"
"DB_HOST = postgres",
"DISC_TOKEN = token"
]