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

@@ -274,6 +274,7 @@ export class Config {
?.allow_base_domain_resources
? "true"
: "false";
process.env.DASHBOARD_URL = parsedConfig.data.app.dashboard_url;
this.rawConfig = parsedConfig.data;
}