mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-17 15:36:48 +00:00
### Summary - signoz package with goreleaser - frontend deprecation - alertmanager deprecation --------- Signed-off-by: Prashant Shahi <prashant@signoz.io>
7 lines
183 B
Bash
7 lines
183 B
Bash
NODE_ENV="development"
|
|
BUNDLE_ANALYSER="true"
|
|
FRONTEND_API_ENDPOINT="http://localhost:8080/"
|
|
INTERCOM_APP_ID="intercom-app-id"
|
|
|
|
PLAYWRIGHT_TEST_BASE_URL="http://localhost:8080"
|
|
CI="1" |