summary refs log tree commit diff
path: root/scripts/configTemplates/split.json
blob: f58adc8df61ffa61aa54f96b7f8ed70c14b61506 (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/"
    }
}