Add CALENDSO_ENCRYPTION_KEY to .env

This commit is contained in:
Kuba Orlik 2021-08-17 12:20:16 +02:00 committed by GitHub
parent 8838af63da
commit 7701ead97f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

3
.env
View File

@ -26,3 +26,6 @@ EMAIL_SERVER_HOST='smtp.example.com'
EMAIL_SERVER_PORT=587
EMAIL_SERVER_USER='email_user'
EMAIL_SERVER_PASSWORD='email_password'
# Encryption key that will be used to encrypt CalDAV credentials, choose a random string, for example with `dd if=/dev/urandom bs=1K count=1 | md5sum`
CALENDSO_ENCRYPTION_KEY=''