mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
disable TLS for email test
This commit is contained in:
parent
1442b8f6c1
commit
b2e2f2f2d1
@ -27,10 +27,12 @@ import {
|
||||
|
||||
const testMailServerHost = 'localhost'
|
||||
const testMailServerPort = 1025
|
||||
const testMailTLS = false
|
||||
|
||||
CONFIG.EMAIL_SENDER = 'info@gradido.net'
|
||||
CONFIG.EMAIL_SMTP_HOST = testMailServerHost
|
||||
CONFIG.EMAIL_SMTP_PORT = testMailServerPort
|
||||
CONFIG.EMAIL_TLS = testMailTLS
|
||||
|
||||
let con: Connection
|
||||
let testEnv: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user