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
No known key found for this signature in database
GPG key ID: 8271FDFFD9E0CCBD
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;
}