mirror of
https://codeberg.org/MarkusThielker/next-ory.git
synced 2025-07-01 12:39:18 +00:00
NORY-56: fix default Keto configuration
This commit is contained in:
parent
38488d71e8
commit
fc4c890959
2 changed files with 4 additions and 2 deletions
|
@ -3,8 +3,10 @@ DATABASE_URL=postgresql://postgres:postgres@localhost:5432/kratos
|
|||
|
||||
ORY_KRATOS_ADMIN_URL=http://localhost:4434
|
||||
ORY_HYDRA_ADMIN_URL=http://localhost:4445
|
||||
ORY_KETO_ADMIN_URL=http://localhost:4467
|
||||
|
||||
NEXT_PUBLIC_ORY_KRATOS_URL=http://localhost:4433
|
||||
NEXT_PUBLIC_ORY_KETO_URL=http://localhost:4466
|
||||
|
||||
NEXT_PUBLIC_AUTHENTICATION_NODE_URL=http://localhost:3000
|
||||
NEXT_PUBLIC_DASHBOARD_NODE_URL=http://localhost:4000
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue