Remove hardcoded encryption key from .env.example
The example file contained an actual key value. Replace with empty placeholder and add key generation instructions to README. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -2,4 +2,4 @@ INITIAL_ADMIN_EMAIL=admin@example.local
|
||||
INITIAL_ADMIN_PASSWORD=BitteEinLangesSicheresPasswortSetzen
|
||||
SESSION_COOKIE_SECURE=false
|
||||
SESSION_TTL_DAYS=30
|
||||
CALENDAR_ENCRYPTION_KEY=JXNaZHH97FDgFBI2SSi04tTyu4yWwaJxb/EEyma72AM=
|
||||
CALENDAR_ENCRYPTION_KEY=
|
||||
|
||||
Reference in New Issue
Block a user