I have been looking at this feature done here, I think we should document it. I have been trying it out but no succes yet. I want to be able to disable some apps from running. I need more clafication on my issues below
- what is the default location where the appframework-config.json file is to be placed ?
Note : i have placed at the root of /omod/src/main/resources/ but no succes yet on disabling the apps i configured. here is what is simply wrote
{
"appConfiguration": {
"someApp": {
"enabled": false
}
}
}
N.B i imagined the other params would be taken as default.
- Do i have to write any code to actvate that file eg i was looking at the tests