mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 07:23:03 +00:00
refactor environment.prod.ts to environment.production.ts
This commit is contained in:
@@ -178,7 +178,7 @@ export const buildAppConfig = (destConfigPath?: string): AppConfig => {
|
||||
console.warn(`Unable to find dist config file at ${localConfigPath}`);
|
||||
}
|
||||
|
||||
// override with external config if specified by environment variable `APP_CONFIG_PATH`
|
||||
// override with external config if specified by environment variable `DSPACE_APP_CONFIG_PATH`
|
||||
const externalConfigPath = ENV('APP_CONFIG_PATH', true);
|
||||
if (isNotEmpty(externalConfigPath)) {
|
||||
if (fs.existsSync(externalConfigPath)) {
|
||||
|
Reference in New Issue
Block a user