Skip to content

Commit

Permalink
fix: add allowed hosts to correct settings
Browse files Browse the repository at this point in the history
  • Loading branch information
sennierer authored Apr 23, 2024
1 parent 1385c2b commit b441d55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apis/settings/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@

PROJECT_NAME="coladay"

ALLOWED_HOSTS = ['.sola.sisyphos.arz.oeaw.ac.at', '.sola.acdh-dev.oeaw.ac.at', 'coladay-backend-main.acdh-cluster-2.arz.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 b441d55

Please sign in to comment.