Update config file
This commit is contained in:
parent
6d511ba330
commit
81d0b9e947
16
config.yaml
16
config.yaml
@ -1,9 +1,11 @@
|
|||||||
domain: "http://localhost"
|
domain: localhost
|
||||||
debug: true
|
debug: true
|
||||||
port: 7404
|
port: 7404
|
||||||
smtp-from: "api2smtp <no-reply@www.tadam-framework.dev>"
|
smtp-from: "no-reply@domain.com"
|
||||||
smtp-host: localhost
|
smtp-to: "my@domain.com"
|
||||||
smtp-user:
|
smtp-subject: "Contact"
|
||||||
smtp-pass:
|
smtp-host: "smtp.domain.com"
|
||||||
smtp-tls: false
|
smtp-user: ""
|
||||||
smtp-port: 1025
|
smtp-password: ""
|
||||||
|
smtp-port: 587
|
||||||
|
smtp-tls: true
|
||||||
|
Loading…
Reference in New Issue
Block a user