Added eventname to config

ref #2
This commit is contained in:
Nicolai Ort 2021-03-03 17:35:41 +01:00
parent b3f61f51e3
commit a62f9c683d
1 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,8 @@ export const config = {
mail_from: process.env.MAIL_FROM,
privacy_url: process.env.PRIVACY_URL || "/privacy",
imprint_url: process.env.IMPRINT_URL || "/imprint",
copyright_owner: process.env.COPYRIGHT_OWNER || "LfK!"
copyright_owner: process.env.COPYRIGHT_OWNER || "LfK!",
event_name: process.env.EVENT_NAME || "Testing 4 Kaya!"
}
let errors = 0
if (typeof config.internal_port !== "number") {