diff --git a/config-new.py b/config.py similarity index 81% rename from config-new.py rename to config.py index d31474e..b14cd26 100644 --- a/config-new.py +++ b/config.py @@ -12,3 +12,9 @@ CA_CERT_PATH = "/root/ca.crt" ENCRYPTION_PASSPHRASES = {'POOL_NAME': 'ENCRYPTION_PASSPHRASE', 'POOL_NAME2': 'ENCRYPTION_PASSPHRASE2'} # STMP Settings +SMTP_SERVER = 'smtp.gmail.com' +SMTP_PORT = 587 +SMTP_SSL = True +SMTP_FROM = 'admin@gmail.com' +SMTP_USERNAME = 'admin@gmail.com' +SMTP_PASSWORD = 'super secret password goes here' \ No newline at end of file