-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
[ADF-5258] Update Generator to ADF 4.1.0
- Loading branch information
Showing
18 changed files
with
472 additions
and
431 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
120 changes: 66 additions & 54 deletions
120
app/templates/adf-cli-acs-aps-template/src/app.config.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,56 +1,68 @@ | ||
{ | ||
"$schema": "../node_modules/@alfresco/adf-core/app.config.schema.json", | ||
"ecmHost": "http://{hostname}{:port}", | ||
"bpmHost": "http://{hostname}{:port}", | ||
"providers" : "ALL", | ||
"application": { | ||
"name": "Alfresco ADF Application" | ||
}, | ||
"languages": [ | ||
{ | ||
"key": "en", | ||
"label": "English" | ||
}, | ||
{ | ||
"key": "fr", | ||
"label": "French" | ||
}, | ||
{ | ||
"key": "de", | ||
"label": "German" | ||
}, | ||
{ | ||
"key": "it", | ||
"label": "Italian" | ||
}, | ||
{ | ||
"key": "es", | ||
"label": "Spanish" | ||
}, | ||
{ | ||
"key": "ja", | ||
"label": "Japanese" | ||
}, | ||
{ | ||
"key": "nl", | ||
"label": "Dutch" | ||
}, | ||
{ | ||
"key": "pt-BR", | ||
"label": "Brazilian Portuguese" | ||
}, | ||
{ | ||
"key": "nb", | ||
"label": "Norwegian" | ||
}, | ||
{ | ||
"key": "ru", | ||
"label": "Russian" | ||
}, | ||
{ | ||
"key": "zh-CN", | ||
"label": "Simplified Chinese" | ||
} | ||
], | ||
"logLevel" : "trace" | ||
"$schema": "../node_modules/@alfresco/adf-core/app.config.schema.json", | ||
"ecmHost": "{protocol}//{hostname}{:port}", | ||
"bpmHost": "{protocol}//{hostname}{:port}", | ||
"identityHost": "{protocol}//{hostname}{:port}/auth/realms/alfresco", | ||
"providers": "ALL", | ||
"application": { | ||
"name": "Alfresco ADF Application" | ||
}, | ||
"authType": "OAUTH", | ||
"oauth2": { | ||
"host": "{protocol}//{hostname}{:port}/auth/realms/alfresco", | ||
"clientId": "activiti", | ||
"scope": "openid", | ||
"secret": "", | ||
"implicitFlow": false, | ||
"redirectSilentIframeUri": "{protocol}//{hostname}{:port}/assets/silent-refresh.html", | ||
"redirectUri": "/", | ||
"redirectUriLogout": "/logout" | ||
}, | ||
"languages": [ | ||
{ | ||
"key": "en", | ||
"label": "English" | ||
}, | ||
{ | ||
"key": "fr", | ||
"label": "French" | ||
}, | ||
{ | ||
"key": "de", | ||
"label": "German" | ||
}, | ||
{ | ||
"key": "it", | ||
"label": "Italian" | ||
}, | ||
{ | ||
"key": "es", | ||
"label": "Spanish" | ||
}, | ||
{ | ||
"key": "ja", | ||
"label": "Japanese" | ||
}, | ||
{ | ||
"key": "nl", | ||
"label": "Dutch" | ||
}, | ||
{ | ||
"key": "pt-BR", | ||
"label": "Brazilian Portuguese" | ||
}, | ||
{ | ||
"key": "nb", | ||
"label": "Norwegian" | ||
}, | ||
{ | ||
"key": "ru", | ||
"label": "Russian" | ||
}, | ||
{ | ||
"key": "zh-CN", | ||
"label": "Simplified Chinese" | ||
} | ||
], | ||
"logLevel": "trace" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,56 +1,68 @@ | ||
{ | ||
"$schema": "../node_modules/@alfresco/adf-core/app.config.schema.json", | ||
"ecmHost": "http://{hostname}{:port}", | ||
"bpmHost": "http://{hostname}{:port}", | ||
"providers" : "ECM", | ||
"application": { | ||
"name": "Alfresco ADF Application" | ||
}, | ||
"languages": [ | ||
{ | ||
"key": "en", | ||
"label": "English" | ||
}, | ||
{ | ||
"key": "fr", | ||
"label": "French" | ||
}, | ||
{ | ||
"key": "de", | ||
"label": "German" | ||
}, | ||
{ | ||
"key": "it", | ||
"label": "Italian" | ||
}, | ||
{ | ||
"key": "es", | ||
"label": "Spanish" | ||
}, | ||
{ | ||
"key": "ja", | ||
"label": "Japanese" | ||
}, | ||
{ | ||
"key": "nl", | ||
"label": "Dutch" | ||
}, | ||
{ | ||
"key": "pt-BR", | ||
"label": "Brazilian Portuguese" | ||
}, | ||
{ | ||
"key": "nb", | ||
"label": "Norwegian" | ||
}, | ||
{ | ||
"key": "ru", | ||
"label": "Russian" | ||
}, | ||
{ | ||
"key": "zh-CN", | ||
"label": "Simplified Chinese" | ||
} | ||
], | ||
"logLevel" : "trace" | ||
"$schema": "../node_modules/@alfresco/adf-core/app.config.schema.json", | ||
"ecmHost": "{protocol}//{hostname}{:port}", | ||
"bpmHost": "{protocol}//{hostname}{:port}", | ||
"identityHost": "{protocol}//{hostname}{:port}/auth/realms/alfresco", | ||
"providers": "ECM", | ||
"application": { | ||
"name": "Alfresco ADF Application" | ||
}, | ||
"authType": "OAUTH", | ||
"oauth2": { | ||
"host": "{protocol}//{hostname}{:port}/auth/realms/alfresco", | ||
"clientId": "activiti", | ||
"scope": "openid", | ||
"secret": "", | ||
"implicitFlow": false, | ||
"redirectSilentIframeUri": "{protocol}//{hostname}{:port}/assets/silent-refresh.html", | ||
"redirectUri": "/", | ||
"redirectUriLogout": "/logout" | ||
}, | ||
"languages": [ | ||
{ | ||
"key": "en", | ||
"label": "English" | ||
}, | ||
{ | ||
"key": "fr", | ||
"label": "French" | ||
}, | ||
{ | ||
"key": "de", | ||
"label": "German" | ||
}, | ||
{ | ||
"key": "it", | ||
"label": "Italian" | ||
}, | ||
{ | ||
"key": "es", | ||
"label": "Spanish" | ||
}, | ||
{ | ||
"key": "ja", | ||
"label": "Japanese" | ||
}, | ||
{ | ||
"key": "nl", | ||
"label": "Dutch" | ||
}, | ||
{ | ||
"key": "pt-BR", | ||
"label": "Brazilian Portuguese" | ||
}, | ||
{ | ||
"key": "nb", | ||
"label": "Norwegian" | ||
}, | ||
{ | ||
"key": "ru", | ||
"label": "Russian" | ||
}, | ||
{ | ||
"key": "zh-CN", | ||
"label": "Simplified Chinese" | ||
} | ||
], | ||
"logLevel": "trace" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.