mirror of
https://github.com/spacebarchat/server.git
synced 2026-03-31 13:45:47 +00:00
16 lines
294 B
JSON
16 lines
294 B
JSON
{
|
|
"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/"
|
|
}
|
|
}
|