Pull dashboard url for the newt config

This commit is contained in:
Owen
2025-02-04 22:14:11 -05:00
parent b6963a9c35
commit 0e73365106
4 changed files with 6 additions and 8 deletions

View File

@@ -13,7 +13,8 @@ export function pullEnv(): Env {
},
app: {
environment: process.env.ENVIRONMENT as string,
version: process.env.APP_VERSION as string
version: process.env.APP_VERSION as string,
dashboardUrl: process.env.DASHBOARD_URL as string,
},
email: {
emailEnabled: process.env.EMAIL_ENABLED === "true" ? true : false