JG-mirror/Zitadel/example-zitadel-secrets.yaml

11 lines
368 B
YAML
Raw Normal View History

2023-11-03 13:24:50 +00:00
# All possible options and their defaults: https://github.com/zitadel/zitadel/blob/main/cmd/defaults.yaml
# If not using the docker compose example, adjust these values for connecting ZITADEL to your CockroachDB
Database:
cockroach:
User:
# If the user doesn't exist already, it is created
Username: 'zitadel_user'
Admin:
Username: 'root'