mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ADF-814] application configuration service (#1969)
* app configuration service * api improvements and readme update * extend readme and add defaults * unit tests for app config service
This commit is contained in:
committed by
Eugenio Romano
parent
7926023852
commit
3c7e456909
7
demo-shell-ng2/app.config.json
Normal file
7
demo-shell-ng2/app.config.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"ecmHost": "http://localhost:3000/ecm",
|
||||
"bpmHost": "http://localhost:3000/bpm",
|
||||
"application": {
|
||||
"name": "Alfresco"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user