mirror of
https://codeberg.org/MarkusThielker/next-ory.git
synced 2025-07-01 20:49:18 +00:00
NORY-7: add dashboard application with basic authentication routing
This commit is contained in:
parent
3b05405363
commit
f1cc58a651
48 changed files with 1713 additions and 0 deletions
8
dashboard/.env.example
Normal file
8
dashboard/.env.example
Normal file
|
@ -0,0 +1,8 @@
|
|||
|
||||
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
|
Loading…
Add table
Add a link
Reference in a new issue