Externalize networking (welcome Wild Central!)
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
version: 1.0.0-2
|
||||
version: 1.0.0-3
|
||||
defaultConfig:
|
||||
host: ""
|
||||
port: "465"
|
||||
user: ""
|
||||
from: "no-reply@{{ .cloud.domain }}"
|
||||
tls: "true"
|
||||
startTls: "true"
|
||||
host: ''
|
||||
port: '465'
|
||||
user: ''
|
||||
from: no-reply@{{ .cloud.domain }}
|
||||
tls: 'true'
|
||||
startTls: 'true'
|
||||
defaultSecrets:
|
||||
- key: password
|
||||
- key: password
|
||||
|
||||
Reference in New Issue
Block a user