WebSocket update
Some checks failed
Setup testing environment and test the code / build (push) Failing after 1m6s
Some checks failed
Setup testing environment and test the code / build (push) Failing after 1m6s
This commit is contained in:
@@ -23,7 +23,7 @@ const getEnv = (key: string): string | undefined => {
|
||||
const DefaultEnvironment: SDKConfig = {
|
||||
apiUrl: getEnv('API_URL') ?? "https://api.chatenium.hu",
|
||||
cdnUrl: getEnv('CDN_URL') ?? "https://cdn.chatenium.hu",
|
||||
cdnUrl: getEnv('WS_URL') ?? "wss://api.chatenium.hu",
|
||||
wsUrl: getEnv('WS_URL') ?? "wss://api.chatenium.hu",
|
||||
};
|
||||
|
||||
let currentConfig: SDKConfig = { ...DefaultEnvironment };
|
||||
|
||||
Reference in New Issue
Block a user