Skip to content

Commit

Permalink
chore: add local dev CSRF_TRUSTED_ORIGINS to .env.kesaseteli.example
Browse files Browse the repository at this point in the history
refs YJDH-716 (so that following README would work)
  • Loading branch information
karisal-anders committed Nov 25, 2024
1 parent 823e5cd commit f40b280
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .env.kesaseteli.example
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ APPLY_MIGRATIONS=1
CREATE_SUPERUSER=1
COMPILE_TRANSLATIONS=1
CORS_ALLOW_ALL_ORIGINS=1
CSRF_TRUSTED_ORIGINS="https://localhost:3000,https://localhost:3100,https://localhost:3200"
EMPLOYER_URL=https://localhost:3000
# test env EMPLOYER_URL: https://yjdh-kesaseteli-ui-test.agw.arodevtest.hel.fi
# staging env EMPLOYER_URL: https://yjdh-kesaseteli-ui-stg.apps.platta.hel.fi
Expand Down

0 comments on commit f40b280

Please sign in to comment.