Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
mhieta committed Nov 23, 2023
2 parents 4fc5974 + e5a6dcd commit b7b05d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
DEBUG=(bool, False),
DJANGO_SECRET_KEY=(str, ""),
ALLOWED_HOSTS=(list, ["*"]),
CSRF_TRUSTED_ORIGINS=(list, ["https://*.hel.fi"]),
CSRF_TRUSTED_ORIGINS=(list, ["https://*.hel.fi", "https://*.hel.ninja"]),
DATABASE_URL=(str, "sqlite:////tmp/my-tmp-sqlite.db"),
TALPA_NAMESPACE=(str, "asukaspysakointi"),
TALPA_API_KEY=(str, ""),
Expand Down

0 comments on commit b7b05d7

Please sign in to comment.