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:
Mikkel Georgsen 2026-02-08 05:39:18 +01:00
parent 7ecdec20a2
commit 93b100539e

View file

@ -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!