mirror of
https://github.com/spacebarchat/server.git
synced 2026-03-30 22:35:40 +00:00
fix: add missing config value for tests
This commit is contained in:
@@ -34,6 +34,7 @@ fs.writeFileSync(
|
||||
api: { endpointPublic: "http://localhost:3001/api/v9/" },
|
||||
cdn: { endpointPublic: "http://localhost:3001/", endpointPrivate: "http://localhost:3001/" },
|
||||
gateway: { endpointPublic: "ws://localhost:3001/" },
|
||||
general: { serverName: "http://localhost:3001/" },
|
||||
}),
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user