diff --git a/src/config.ts b/src/config.ts index 1abaa97..5e99ef2 100644 --- a/src/config.ts +++ b/src/config.ts @@ -6,6 +6,7 @@ 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,