mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
try with const
This commit is contained in:
parent
74067a7288
commit
1442b8f6c1
@ -25,9 +25,12 @@ import {
|
||||
sendContributionChangedByModeratorEmail,
|
||||
} from './sendEmailVariants'
|
||||
|
||||
const testMailServerHost = 'localhost'
|
||||
const testMailServerPort = 1025
|
||||
|
||||
CONFIG.EMAIL_SENDER = 'info@gradido.net'
|
||||
CONFIG.EMAIL_SMTP_HOST = 'localhost'
|
||||
CONFIG.EMAIL_SMTP_PORT = 1025
|
||||
CONFIG.EMAIL_SMTP_HOST = testMailServerHost
|
||||
CONFIG.EMAIL_SMTP_PORT = testMailServerPort
|
||||
|
||||
let con: Connection
|
||||
let testEnv: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user