pvm/docker/.env.example
Mikkel Georgsen 93b100539e 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>
2026-02-08 05:39:18 +01:00

7 lines
197 B
Text

# Zitadel
ZITADEL_MASTERKEY=changeMe_must_be_exactly_32_char
ZITADEL_DB_PASSWORD=zitadel-dev-password
ZITADEL_ADMIN_PASSWORD=Admin1234!
# PVM Application Database
PVM_DB_PASSWORD=pvm-dev-password