1
0
Fork 0
mirror of https://codeberg.org/MarkusThielker/next-ory.git synced 2025-04-10 11:58:41 +00:00
next-ory/dashboard/.env.example
2025-01-04 10:20:02 +01:00

10 lines
315 B
Text

DATABASE_URL=postgresql://postgres:postgres@localhost:5432/kratos
ORY_KRATOS_ADMIN_URL=http://localhost:4434
ORY_HYDRA_ADMIN_URL=http://localhost:4445
NEXT_PUBLIC_ORY_KRATOS_URL=http://localhost:4433
NEXT_PUBLIC_AUTHENTICATION_NODE_URL=http://localhost:3000
NEXT_PUBLIC_DASHBOARD_NODE_URL=http://localhost:4000