[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:
Denys Vuika
2017-06-15 16:30:20 +01:00
committed by Eugenio Romano
parent 7926023852
commit 3c7e456909

View File

@@ -0,0 +1,7 @@
{
"ecmHost": "http://localhost:3000/ecm",
"bpmHost": "http://localhost:3000/bpm",
"application": {
"name": "Alfresco"
}
}