Merge branch 'master' into test-admin-resolver

This commit is contained in:
Moriz Wahl 2022-04-28 13:56:45 +02:00 committed by GitHub
commit 8122f3665b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -13,6 +13,9 @@ import { userFactory } from './factory/user'
import { creationFactory } from './factory/creation' import { creationFactory } from './factory/creation'
import { transactionLinkFactory } from './factory/transactionLink' import { transactionLinkFactory } from './factory/transactionLink'
import { entities } from '@entity/index' import { entities } from '@entity/index'
import CONFIG from '@/config'
CONFIG.EMAIL = false
const context = { const context = {
token: '', token: '',

View File

@ -38,7 +38,7 @@ KLICKTIPP_PASSWORD=
KLICKTIPP_APIKEY_DE= KLICKTIPP_APIKEY_DE=
KLICKTIPP_APIKEY_EN= KLICKTIPP_APIKEY_EN=
EMAIL=false EMAIL=true
EMAIL_USERNAME=peter@lustig.de EMAIL_USERNAME=peter@lustig.de
EMAIL_SENDER=peter@lustig.de EMAIL_SENDER=peter@lustig.de
EMAIL_PASSWORD=1234 EMAIL_PASSWORD=1234