mirror of
https://github.com/zitadel/zitadel.git
synced 2025-04-28 18:10:51 +00:00
17 lines
426 B
YAML
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: ''
|