mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-12 10:09:02 +08:00
chore: remove the base URL from the ws config (#5708)
This commit is contained in:
parent
57c45f22d6
commit
0401c27dbc
@ -3,5 +3,5 @@ export const ENVIRONMENT = {
|
|||||||
process?.env?.FRONTEND_API_ENDPOINT ||
|
process?.env?.FRONTEND_API_ENDPOINT ||
|
||||||
process?.env?.GITPOD_WORKSPACE_URL?.replace('://', '://8080-') ||
|
process?.env?.GITPOD_WORKSPACE_URL?.replace('://', '://8080-') ||
|
||||||
'',
|
'',
|
||||||
wsURL: process?.env?.WEBSOCKET_API_ENDPOINT || 'ws://localhost:8080/',
|
wsURL: process?.env?.WEBSOCKET_API_ENDPOINT || '',
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user