From 4b5c53c84f649bcc9889160bc7b0a57efbf9ebd1 Mon Sep 17 00:00:00 2001 From: David Velasco Date: Wed, 12 May 2021 18:44:39 +0200 Subject: [PATCH] tests: add new mandatory and optional (with no defaults) variables --- test/integration_test_misc/.env | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/integration_test_misc/.env b/test/integration_test_misc/.env index 20fc6ab4..6b292e1b 100644 --- a/test/integration_test_misc/.env +++ b/test/integration_test_misc/.env @@ -1 +1,6 @@ +ALLOW_ORIGIN="*" +MAIL_ACCOUNT="sci.db.service@gmail.com" +MAIL_HOST="smtp.gmail.com" +MAIL_PASSWORD="SciDbServiceQAZ" +MAIL_SERVICE="gmail" JWT_SECRET="something-secret" \ No newline at end of file