Changes of the settings.py and in generell the Variable Proccessing to have a more secure deployment Process

This commit is contained in:
2026-07-28 20:52:05 +02:00
parent ea402f3223
commit 315918098d
3 changed files with 41 additions and 32 deletions
+4 -4
View File
@@ -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
},