Files
admin-ui/dev.toml
Sienna Meridian Satterwhite 1467a948d0 Initial server: Deno/Hono backend with auth, CSRF, Hydra consent, and flow proxy
Hono app serving as the login UI and admin panel for Ory Kratos + Hydra.
Handles OIDC consent/login flows, session management, avatar uploads,
and proxies Kratos admin/public APIs.
2026-03-21 15:17:56 +00:00

9 lines
338 B
TOML

# Local development config -- copy to .env or set in shell
KRATOS_PUBLIC_URL = "http://localhost:4433"
KRATOS_ADMIN_URL = "http://localhost:4434"
PUBLIC_URL = "http://localhost:3000"
PORT = "3000"
ADMIN_IDENTITY_IDS = ""
CSRF_COOKIE_SECRET = "dev-secret-change-in-production"
COOKIE_SECRET = "dev-cookie-secret"