mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-10-19 02:21:28 +08:00
7 lines
157 B
TypeScript
7 lines
157 B
TypeScript
export const ENVIRONMENT = {
|
|
baseURL:
|
|
process?.env?.FRONTEND_API_ENDPOINT ||
|
|
process?.env?.GITPOD_WORKSPACE_URL?.replace('://', '://8080-') ||
|
|
'',
|
|
};
|