add TWILIO_AUTH_TOKEN config

This commit is contained in:
Son 2021-12-02 16:30:30 +01:00
parent 226ce9333c
commit daca70f2b4
1 changed files with 2 additions and 0 deletions

View File

@ -418,3 +418,5 @@ ALIAS_AUTOMATIC_DISABLE = "ALIAS_AUTOMATIC_DISABLE" in os.environ
# whether the DKIM signing is handled by Rspamd
RSPAMD_SIGN_DKIM = "RSPAMD_SIGN_DKIM" in os.environ
TWILIO_AUTH_TOKEN = os.environ.get("TWILIO_AUTH_TOKEN")