mirror of
https://github.com/spacebarchat/server.git
synced 2026-05-24 23:26:05 +00:00
Refactor config
This commit is contained in:
@@ -0,0 +1,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
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,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/"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user