fix: add missing config value for tests

This commit is contained in:
CyberL1
2026-01-10 16:23:41 +01:00
parent 0a429c3e99
commit 754bef93aa

View File

@@ -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/" },
}),
);