next-ory/dashboard/.env.example
2025-01-27 22:37:26 +01:00

12 lines
403 B
Text

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