Compare commits

..

1 Commits

Author SHA1 Message Date
aniket
ca7c98d097 fix(summary): removed offset from second query 2025-03-05 14:23:48 +05:30
3 changed files with 2 additions and 6 deletions

Binary file not shown.

View File

@@ -1,7 +1,3 @@
export const ENVIRONMENT = {
baseURL:
process?.env?.FRONTEND_API_ENDPOINT ||
process?.env?.GITPOD_WORKSPACE_URL?.replace('://', '://8080-') ||
'',
wsURL: process?.env?.WEBSOCKET_API_ENDPOINT || '',
baseURL: 'http://localhost:8080',
};

View File

@@ -21,7 +21,7 @@ func NewConfigFactory() factory.ConfigFactory {
func newConfig() factory.Config {
return &Config{
Enabled: true,
Enabled: false,
Prefix: "/",
Directory: "/etc/signoz/web",
}