mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
update to latest ADF (#3524)
* update to latest ADF * bpm aca-shared/content dependencies
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"$schema": "../node_modules/@alfresco/adf-core/app.config.schema.json",
|
||||
"$schema": "../../node_modules/@alfresco/adf-core/app.config.schema.json",
|
||||
"ecmHost": "{protocol}//{hostname}{:port}",
|
||||
"aosHost": "{protocol}//{hostname}{:port}/alfresco/aos",
|
||||
"baseShareUrl": "{protocol}//{hostname}{:port}/#/preview/s",
|
||||
@@ -24,7 +24,9 @@
|
||||
"publicUrls": ["**/preview/s/*", "**/settings", "**/blank"],
|
||||
"redirectSilentIframeUri": "{protocol}//{hostname}{:port}/assets/silent-refresh.html",
|
||||
"redirectUri": "/",
|
||||
"redirectUriLogout": "/"
|
||||
"redirectUriLogout": "/",
|
||||
"skipIssuerCheck": true,
|
||||
"strictDiscoveryDocumentValidation": false
|
||||
},
|
||||
"locale": "en",
|
||||
"application": {
|
||||
|
Reference in New Issue
Block a user