mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACA-3342] Rename API_HOST to API_CONTENT_HOST (#1475)
* Rename API_HOST to API_CONTENT_HOST * Use the right property called API_CONTENT_HOST * Replace missing keys
This commit is contained in:
@@ -15,7 +15,8 @@ const BROWSER_RUN = process.env.BROWSER_RUN;
|
||||
const width = 1366;
|
||||
const height = 768;
|
||||
|
||||
const API_HOST = process.env.API_HOST || 'http://localhost:8080';
|
||||
const API_CONTENT_HOST =
|
||||
process.env.API_CONTENT_HOST || 'http://localhost:8080';
|
||||
|
||||
function rmDir(dirPath) {
|
||||
try {
|
||||
@@ -33,7 +34,7 @@ function rmDir(dirPath) {
|
||||
}
|
||||
|
||||
const appConfig = {
|
||||
hostEcm: API_HOST,
|
||||
hostEcm: API_CONTENT_HOST,
|
||||
providers: 'ECM',
|
||||
authType: 'BASIC'
|
||||
};
|
||||
|
Reference in New Issue
Block a user