From 21aeb80c13a0ba8a613822d43abd7afe3cb5d9de Mon Sep 17 00:00:00 2001 From: stijndcl Date: Fri, 17 Jun 2022 00:50:00 +0200 Subject: [PATCH] Add default token --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c4f2266..684e485 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,5 +22,6 @@ asyncio_mode = "auto" env = [ "DB_NAME = didier-tests", "DB_USERNAME = postgres", - "DB_HOST = postgres" + "DB_HOST = postgres", + "DISC_TOKEN = token" ] \ No newline at end of file