mirror of
https://github.com/simple-login/app.git
synced 2025-02-20 22:02:54 +08:00
add missing DKIM_PUBLIC_KEY_PATH
This commit is contained in:
parent
a261786339
commit
ecdebbe569
2 changed files with 4 additions and 0 deletions
|
@ -31,6 +31,9 @@ EMAIL_SERVERS_WITH_PRIORITY=[(10, "email.hostname.")]
|
|||
|
||||
# the DKIM private key used to compute DKIM-Signature
|
||||
DKIM_PRIVATE_KEY_PATH=local_data/dkim.key
|
||||
|
||||
# the DKIM public key used to setup custom domain DKIM
|
||||
DKIM_PUBLIC_KEY_PATH=local_data/dkim.pub.key
|
||||
# <<< END Email related settings >>>
|
||||
|
||||
|
||||
|
|
|
@ -11,6 +11,7 @@ ADMIN_EMAIL=to_fill
|
|||
MAX_NB_EMAIL_FREE_PLAN=3
|
||||
EMAIL_SERVERS_WITH_PRIORITY=[(10, "email.hostname.")]
|
||||
DKIM_PRIVATE_KEY_PATH=local_data/dkim.key
|
||||
DKIM_PUBLIC_KEY_PATH=local_data/dkim.pub.key
|
||||
|
||||
# Database
|
||||
RESET_DB=true
|
||||
|
|
Loading…
Reference in a new issue