Skip to content

Commit

Permalink
fix: add missing env vars to set up guide (#3855)
Browse files Browse the repository at this point in the history
Closes #3828
  • Loading branch information
aeneasr committed Mar 26, 2024
1 parent ad0619d commit da90502
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions quickstart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ services:
environment:
- KRATOS_PUBLIC_URL=http://kratos:4433/
- KRATOS_BROWSER_URL=http://127.0.0.1:4433/
- COOKIE_SECRET=changeme
- CSRF_COOKIE_NAME=ory_csrf_ui
- CSRF_COOKIE_SECRET=changeme
networks:
- intranet
restart: on-failure
Expand Down

0 comments on commit da90502

Please sign in to comment.