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.
9 lines
338 B
TOML
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"
|