zitadel/docs/docs/guides/installation/configure/example-zitadel-values-secrets.yaml
2022-07-08 10:07:17 +02:00

17 lines
426 B
YAML

# All possible options and their defaults: https://github.com/zitadel/zitadel/blob/v2-alpha/internal/config/options/defaults.yaml
zitadel:
masterkey: 'MasterkeyNeedsToHave32Characters'
secretConfig:
Database:
User:
# If the user doesn't exist already, it is created
Username: 'zitadel_user'
Password: 'Secret_DB_User_Password'
AdminUser:
Username: 'root'
Password: ''