Fix Zitadel masterkey: must be exactly 32 bytes
The previous placeholder was 33 chars. Use a proper 32-char placeholder and note the constraint in the example. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
7ecdec20a2
commit
93b100539e
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# Zitadel
|
||||
ZITADEL_MASTERKEY=a-32-character-masterkey-for-dev!
|
||||
ZITADEL_MASTERKEY=changeMe_must_be_exactly_32_char
|
||||
ZITADEL_DB_PASSWORD=zitadel-dev-password
|
||||
ZITADEL_ADMIN_PASSWORD=Admin1234!
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue