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 ddea02db57 - Show all commits

View File

@ -13,7 +13,9 @@ export const config = {
seedTestData: getDataSeeding(), seedTestData: getDataSeeding(),
app_url: process.env.APP_URL || "http://localhost:8080", app_url: process.env.APP_URL || "http://localhost:8080",
privacy_url: process.env.PRIVACY_URL || "/privacy", privacy_url: process.env.PRIVACY_URL || "/privacy",
imprint_url: process.env.IMPRINT_URL || "/imprint" imprint_url: process.env.IMPRINT_URL || "/imprint",
mailer_url: process.env.MAILER_URL || "http://localhost:8080/mailer",
mailer_key: process.env.MAILER_KEY || "pleasesetme"
} }
let errors = 0 let errors = 0
if (typeof config.internal_port !== "number") { if (typeof config.internal_port !== "number") {