aboutsummaryrefslogtreecommitdiffstats
path: root/etc/config.json.docker
blob: 5be3d058c71a0815d068061e97fd86accb2ab211 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
    "foreground": true,
    "logLevel" : "INFO",
	"cloudify": {
    	"url": "http://cm.example.com/api/v2.1",
    	"user": "admin",
    	"password": "admin"
    },
    "inventory" : {
    	"url" : "http://inventory:8080"
    }
}