mirror of
https://github.com/spacebarchat/server.git
synced 2026-03-31 09:25:43 +00:00
15 lines
320 B
JSON
15 lines
320 B
JSON
{
|
|
"gateway": {
|
|
"endpointPublic": "ws://localhost:3001"
|
|
},
|
|
"cdn": {
|
|
"endpointPrivate": "http://localhost:3001",
|
|
"endpointPublic": "http://localhost:3001"
|
|
},
|
|
"api": {
|
|
"endpointPublic": "http://localhost:3001/api/v9/"
|
|
},
|
|
"rabbitmq": {
|
|
"host": null
|
|
}
|
|
} |