added smtp configuration
This commit is contained in:
@@ -38,7 +38,15 @@ spec:
|
|||||||
password: "admin"
|
password: "admin"
|
||||||
password_reset: true
|
password_reset: true
|
||||||
name: "OpenProject Admin"
|
name: "OpenProject Admin"
|
||||||
mail: "inno-netz@innovation-hub-niedersachsen.de"
|
mail: "inno-netz@zpd.polizei.niedersachsen.de"
|
||||||
|
smtp:
|
||||||
|
enabled: true
|
||||||
|
method: smtp
|
||||||
|
address: mail.innovation-hub-niedersachsen.de
|
||||||
|
port: 25
|
||||||
|
domain: innovation-hub-niedersachsen.de
|
||||||
|
authentication: none
|
||||||
|
starttls_auto: true
|
||||||
|
|
||||||
# Explizite Datenbank-Konfiguration
|
# Explizite Datenbank-Konfiguration
|
||||||
extraEnvVars:
|
extraEnvVars:
|
||||||
|
|||||||
Reference in New Issue
Block a user