mirror of
https://github.com/spacebarchat/server.git
synced 2026-08-27 22:34:11 +00:00
🎨 cdn now also works without setting a public endpoint
This commit is contained in:
@@ -30,9 +30,6 @@ async function main() {
|
||||
cdn: {
|
||||
endpointClient: "${location.host}",
|
||||
endpointPrivate: `http://localhost:${port}`,
|
||||
...(!Config.get().cdn.endpointPublic && {
|
||||
endpointPublic: `http://localhost:${port}`,
|
||||
}),
|
||||
},
|
||||
gateway: {
|
||||
endpointClient:
|
||||
|
||||
Reference in New Issue
Block a user