mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-08 17:08:58 +08:00
chore: Env fix (#693)
* bug(UI): frontend build is fixed * chore; build is fixed * chore: build is fixed
This commit is contained in:
parent
ffd2c9b466
commit
03eac8963f
@ -1,7 +1,6 @@
|
||||
export const ENVIRONMENT = {
|
||||
baseURL:
|
||||
process?.env?.FRONTEND_API_ENDPOINT ||
|
||||
process.env?.GITPOD_WORKSPACE_URL?.replace('://', '://8080-') ||
|
||||
'http://localhost:8080' ||
|
||||
process?.env?.GITPOD_WORKSPACE_URL?.replace('://', '://8080-') ||
|
||||
'',
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user