Features for the new selfservice feature/151-selfservice_scans_mails #152

Merged
niggl merged 25 commits from feature/151-selfservice_scans_mails into dev 2021-03-04 16:03:08 +00:00
Showing only changes of commit bf6b70106e - Show all commits

View File

@ -12,7 +12,9 @@ DB_PASSWORD=bla
DB_NAME=./test.sqlite
NODE_ENV=dev
POSTALCODE_COUNTRYCODE=DE
SEED_TEST_DATA=true`;
SEED_TEST_DATA=true
MAILER_URL=https://dev.lauf-fuer-kaya.de/mailer
MAILER_KEY=asdasd`;
try {
fs.writeFileSync("./.env", env, { encoding: "utf-8" });