Files
admin-ui/dev.toml

9 lines
338 B
TOML
Raw Permalink Normal View History

# 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"