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