You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
583 B
YAML
12 lines
583 B
YAML
# All possible options and their defaults: https://github.com/zitadel/zitadel/blob/main/cmd/setup/steps.yaml
|
|
FirstInstance:
|
|
Org:
|
|
Human:
|
|
# use the loginname root@zitadel.localhost
|
|
Username: 'root'
|
|
# The password must be 8 characters or more and must contain uppercase letters, lowercase letters, symbols, and numbers. The first login will require a password change.
|
|
Password: 'Password1!'
|
|
Email:
|
|
# Optional, if set, can be used to log in with email.
|
|
Address: 'example@zitadel.com' # ZITADEL_FIRSTINSTANCE_ORG_HUMAN_EMAIL_ADDRESS
|