template-monorepo/deploy/zitadel/zitadel.yaml

42 lines
794 B
YAML
Raw Normal View History

2026-05-26 06:05:33 +00:00
# ZITADEL runtime configdev / k6 用TLS 關閉)
# 完整選項https://zitadel.com/docs/self-hosting/manage/configure
ExternalDomain: localhost
ExternalPort: 8080
ExternalSecure: false
TLS:
Enabled: false
Port: 8080
Database:
postgres:
Host: postgres
Port: 5432
Database: zitadel
MaxOpenConns: 20
MaxIdleConns: 5
MaxConnLifetime: 30m
MaxConnIdleTime: 5m
User:
Username: postgres
Password: postgres
SSL:
Mode: disable
Admin:
Username: postgres
Password: postgres
SSL:
Mode: disable
Log:
Level: info
DefaultInstance:
LoginPolicy:
AllowRegister: true
AllowUsernamePassword: true
2026-05-28 05:53:33 +00:00
AllowExternalIDP: true
2026-05-26 06:05:33 +00:00
ForceMFA: false
HidePasswordReset: false
PasswordlessType: 1