Skip to content

Commit

Permalink
fix: add coladay-backend-main as allowed host
Browse files Browse the repository at this point in the history
  • Loading branch information
sennierer authored Apr 22, 2024
1 parent affd95e commit 1385c2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

PROJECT_NAME="coladay"

ALLOWED_HOSTS = ['.sola.sisyphos.arz.oeaw.ac.at', '.sola.acdh-dev.oeaw.ac.at']
ALLOWED_HOSTS = ['.sola.sisyphos.arz.oeaw.ac.at', '.sola.acdh-dev.oeaw.ac.at', '.coladay-backend-main.acdh-dev.oeaw.ac.at']

EMAIL_HOST = 'smtp.oeaw.ac.at'

Expand Down

0 comments on commit 1385c2b

Please sign in to comment.