add Zitadel

This commit is contained in:
James Turland
2023-11-03 13:24:50 +00:00
parent ab2c897085
commit e7dcebcbb8
4 changed files with 123 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
# 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'