mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-27 15:26:41 +00:00
Pull dashboard url for the newt config
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -2,6 +2,7 @@ export type Env = {
|
||||
app: {
|
||||
environment: string;
|
||||
version: string;
|
||||
dashboardUrl: string;
|
||||
},
|
||||
server: {
|
||||
externalPort: string;
|
||||
|
||||
Reference in New Issue
Block a user