summary refs log tree commit diff
path: root/scripts/configTemplates/bundle.json
blob: 9bcf9b182fa70c2f60ee1a760e8bbd431470f159 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
	"gateway": {
		"endpointPublic": "ws://localhost:3001"
	},
	"cdn": {
		"endpointPrivate": "http://localhost:3001",
		"endpointPublic": "http://localhost:3001"
	},
	"api": {
		"endpointPublic": "http://localhost:3001/api/v9/"
	},
	"rabbitmq": {
		"host": null
	}
}