{
	"definitions"	:  
			[{
				"type"			:	"application",
				"name"			:	"ierp"
			},
			{
				"type"			:	"registry",
				"protocol"  	:	"zookeeper",
				"address"		:	"172.17.5.184:2181"
			},
			{
				"type"			: 	"consumer",
				"timeout"		:	"600000"
			},
			{
				"type"			:   "reference",
				"id"			:	"formService",
				"interface" 	:	"kd.bos.mservice.form.FormService",
				"protocol"		:	"dubbo"
			},
			{
				"type"			:   "reference",
				"id"			:	"designMetadataService",
				"interface" 	:	"kd.bos.service.metadata.design.DesignMetadataService",
				"protocol"		:	"dubbo",
				"url"			:	"dubbo://localhost:20880"
			},
			{
				"type"			:	"bean",
				"id"			:	"authConfigBean",
				"p:clientID"	:	"200240",
				"p:clientSecret":	"35ad210bfdd3aab5fa92f67fcabc2201",
				"p:apiPrex"		:	"http://192.168.206.231/api/"
			}]
}
