From e5ab9b9310397b34afe1c4d7ff6da4859380f0ac Mon Sep 17 00:00:00 2001 From: GitBluub Date: Sat, 2 Dec 2023 14:19:55 +0100 Subject: [PATCH] fix: env var for scoro --- .env.example | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index b1f6740..5d30bdb 100644 --- a/.env.example +++ b/.env.example @@ -16,6 +16,7 @@ GOOGLE_CALLBACK_URL=http://localhost:19006/logged/google SMTP_TRANSPORT=smtps://toto:tata@relay MAIL_AUTHOR='"Chromacase" ' IGNORE_MAILS=true -API_KEYS=SCOROTEST,ROBOTO +API_KEYS=SCOROTEST,ROBOTO,SCORO API_KEY_SCORO_TEST=SCOROTEST -API_KEY_ROBOT=ROBOTO \ No newline at end of file +API_KEY_ROBOT=ROBOTO +API_KEY_SCORO=SCORO \ No newline at end of file