aboutsummaryrefslogtreecommitdiffstats
path: root/etc/config.json.development
blob: 95e8c93575ed242f29133bec4537d5f8018e5923 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
    "listenPort" : 8444,
	"cloudify": {
    	"url": "https://cm.example.com/api/v2",
    	"user": "admin",
    	"password": "admin"
    },
    "inventory" : {
    	"url" : "http://inventory.example.com:8080"
    }
}