From 9c894bdbe9640b0c99550f8bce820461ec395f2a Mon Sep 17 00:00:00 2001 From: Laurent Bossavit Date: Thu, 7 Nov 2024 18:02:02 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8(dimail)=20add=20basic=20credentials?= =?UTF-8?q?=20to=20Develop=20environment?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Make testing easier in a local environment by adding Test credentials. --- src/backend/people/settings.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/backend/people/settings.py b/src/backend/people/settings.py index 722d542..836405e 100755 --- a/src/backend/people/settings.py +++ b/src/backend/people/settings.py @@ -568,6 +568,9 @@ class Development(Base): } ) + # this is a dev credentials for mail provisioning API + MAIL_PROVISIONING_API_CREDENTIALS = "bGFfcmVnaWU6cGFzc3dvcmQ=" + def __init__(self): """In dev, force installs needed for Swagger API.""" # pylint: disable=invalid-name