Skip to content

Commit 3d52942

Browse files
authored
Merge pull request #205 from dtinit/GCP/fix-EMAIL-HOST-USER
GCP: Fix EMAIL_HOST_USER issue when running deploy job
2 parents 35d4266 + 9f4fd49 commit 3d52942

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testbed/settings/production.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,5 +87,5 @@
8787
EMAIL_PORT = 587
8888
EMAIL_USE_TLS = True
8989
EMAIL_USE_SSL = False
90-
EMAIL_HOST_USER = env.str('EMAIL_HOST_USER')
90+
EMAIL_HOST_USER = "[email protected]"
9191
EMAIL_HOST_PASSWORD = env.str('EMAIL_HOST_PASSWORD')

0 commit comments

Comments
 (0)