mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[AAE-1936] Attach File E2E APS1 (#5623)
* [AAE-1936] Attach File E2E APS1 * * minor changes * * fix title
This commit is contained in:
@@ -31,6 +31,8 @@ const SCREENSHOT_URL = process.env.SCREENSHOT_URL || process.env.URL_HOST_ADF;
|
||||
const SCREENSHOT_PASSWORD = process.env.SCREENSHOT_PASSWORD || process.env.PASSWORD_ADF;
|
||||
const SCREENSHOT_USERNAME = process.env.SCREENSHOT_USERNAME || process.env.USERNAME_ADF;
|
||||
|
||||
const EXTERNAL_ACS_HOST = process.env.EXTERNAL_ACS_HOST;
|
||||
|
||||
const appConfig = {
|
||||
"bpmHost": BPM_HOST,
|
||||
"identityHost": IDENTITY_HOST,
|
||||
@@ -196,6 +198,34 @@ module.exports = {
|
||||
clientIdSso: "alfresco",
|
||||
},
|
||||
|
||||
adf_external_acs: {
|
||||
/**
|
||||
* The protocol where the app runs.
|
||||
* @config main.protocol {String}
|
||||
*/
|
||||
protocol: "http",
|
||||
|
||||
/**
|
||||
* The protocol where the app runs.
|
||||
* @config main.protocol {String}
|
||||
*/
|
||||
host: EXTERNAL_ACS_HOST,
|
||||
|
||||
/**
|
||||
* The port where the app runs.
|
||||
* @config main.port {String}
|
||||
*/
|
||||
port: "",
|
||||
|
||||
/**
|
||||
* The ECM API context required for calls
|
||||
* @config adf.ACSAPIContextRoot {String}
|
||||
*/
|
||||
apiContextRoot: "/alfresco/api/-default-/public",
|
||||
|
||||
clientIdSso: "alfresco",
|
||||
},
|
||||
|
||||
adf_aps: {
|
||||
/**
|
||||
* The protocol where the app runs.
|
||||
|
Reference in New Issue
Block a user