mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-21 09:26:52 +00: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-') ||
|
|
'',
|
|
};
|