add CSRF_TRUSTED_ORIGINS to settings

This commit is contained in:
imperosol
2025-01-25 23:26:24 +01:00
parent 41bff53853
commit 59e90ec754
2 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,9 @@ DEBUG=true
# This is not the real key used in prod
SECRET_KEY=(4sjxvhz@m5$0a$j0_pqicnc$s!vbve)z+&++m%g%bjhlz4+g2
# comma-separated values
CSRF_TRUSTED_ORIGINS=
DATABASE_URL=sqlite:///db.sqlite3
# uncomment the next line if you want to use a postgres database
#DATABASE_URL=postgres://user:password@127.0.0.1:5432/sith