Changes of the settings.py and in generell the Variable Proccessing to have a more secure deployment Process
This commit is contained in:
+4
-4
@@ -21,12 +21,12 @@
|
||||
},
|
||||
"email": {
|
||||
"enabled": true,
|
||||
"smtp_host": "mail.invario-software.de",
|
||||
"smtp_host": "",
|
||||
"smtp_port": 587,
|
||||
"use_tls": true,
|
||||
"username": "no-reply@invario-software.de",
|
||||
"password": "#,EATwIn,68",
|
||||
"from_address": "no-reply@invario-software.de",
|
||||
"username": "",
|
||||
"password": "",
|
||||
"from_address": "",
|
||||
"default_sender_name": "Invario Email Service",
|
||||
"timeout_seconds": 30
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user