Removed eventname from config

This commit is contained in:
Nicolai Ort 2021-03-01 17:54:43 +01:00
parent 48aa076e08
commit 691d61bd3c
1 changed files with 0 additions and 1 deletions

View File

@ -6,7 +6,6 @@ export const config = {
internal_port: parseInt(process.env.APP_PORT) || 4010,
development: process.env.NODE_ENV === "production",
version: process.env.VERSION || require('../package.json').version,
eventname: process.env.EVENT_NAME || "Please set the event name",
api_key: getApiKey(),
app_url: process.env.APP_URL || "http://localhost:8080",
mail_server: process.env.MAIL_SERVER,