fix: use ws.hammer.donovankelly.xyz for gateway relay WSS
- Backend relay defaults to wss://ws.hammer.donovankelly.xyz - Dokploy env updated: GATEWAY_WS_URL, GATEWAY_WS_TOKEN - Caddy: ws.hammer subdomain proxies WSS to gateway
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
* (BetterAuth) (relay) (token auth)
|
||||
*/
|
||||
|
||||
const GATEWAY_URL = process.env.GATEWAY_WS_URL || process.env.VITE_WS_URL || "wss://hammer.donovankelly.xyz";
|
||||
const GATEWAY_URL = process.env.GATEWAY_WS_URL || process.env.VITE_WS_URL || "wss://ws.hammer.donovankelly.xyz";
|
||||
const GATEWAY_TOKEN = process.env.GATEWAY_WS_TOKEN || process.env.VITE_WS_TOKEN || "";
|
||||
|
||||
type GatewayState = "disconnected" | "connecting" | "connected";
|
||||
|
||||
Reference in New Issue
Block a user