make DKIM_PRIVATE_KEY_PATH optional

This commit is contained in:
Son NK
2021-03-08 15:18:03 +01:00
parent 819738f55c
commit 3c8ec8fcf2
3 changed files with 20 additions and 18 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ EMAIL_SERVERS_WITH_PRIORITY=[(10, "email.hostname.")]
# POSTFIX_SERVER=my-postfix.com
# the DKIM private key used to compute DKIM-Signature
DKIM_PRIVATE_KEY_PATH=local_data/dkim.key
# DKIM_PRIVATE_KEY_PATH=local_data/dkim.key
# delete and recreate the sqlite database, for local development
RESET_DB=true