From 4379fac8d2b5c8dfe899daadd9f42662c9c6c18c Mon Sep 17 00:00:00 2001 From: Florian Kaiser <44125287+H4CK3R-01@users.noreply.github.com> Date: Mon, 4 Apr 2022 13:30:04 +0200 Subject: [PATCH] Update .env.example --- api/.env.example | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/api/.env.example b/api/.env.example index af67b58..25dc0bf 100644 --- a/api/.env.example +++ b/api/.env.example @@ -7,3 +7,12 @@ MYSQL_PASSWORD= # Flask secret key SECRET_KEY= + +# Users +BOT_EMAIL= +BOT_USERNAME= +BOT_PASSWORD= + +ADMIN_EMAIL= +ADMIN_USERNAME= +ADMIN_PASSWORD=