mirror of https://github.com/stijndcl/didier
Add default token
parent
9193e73af9
commit
21aeb80c13
|
@ -22,5 +22,6 @@ asyncio_mode = "auto"
|
|||
env = [
|
||||
"DB_NAME = didier-tests",
|
||||
"DB_USERNAME = postgres",
|
||||
"DB_HOST = postgres"
|
||||
"DB_HOST = postgres",
|
||||
"DISC_TOKEN = token"
|
||||
]
|
Loading…
Reference in New Issue