Skip to content

Commit 8b8e100

Browse files
authored
Update settings.py.j2
Turn off `USE_ASYNC_FOR_EMAIL`
1 parent a7c3918 commit 8b8e100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

salt/roots/junction/files/settings.py.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ SITE_VARIABLES.update({
9191
EXPLARA_API_TOKEN = '{{pillar['junction']['explara_api_token']}}'
9292
QR_CODES_DIR = '{{pillar['junction']['qr_codes_dir']}}'
9393

94-
USE_ASYNC_FOR_EMAIL=True
94+
USE_ASYNC_FOR_EMAIL=False
9595

9696
# settings for celery
9797
BROKER_URL = os.environ.get("BROKER_URL", "redis://localhost:6379/0")

0 commit comments

Comments
 (0)