mirror of
https://github.com/SigNoz/signoz.git
synced 2026-03-04 04:43:20 +00:00
Some checks failed
build-staging / prepare (push) Has been cancelled
build-staging / js-build (push) Has been cancelled
build-staging / go-build (push) Has been cancelled
build-staging / staging (push) Has been cancelled
Release Drafter / update_release_draft (push) Has been cancelled
9 lines
227 B
Bash
9 lines
227 B
Bash
NODE_ENV="development"
|
|
BUNDLE_ANALYSER="true"
|
|
VITE_FRONTEND_API_ENDPOINT="http://localhost:8080/"
|
|
VITE_PYLON_APP_ID="pylon-app-id"
|
|
VITE_APPCUES_APP_ID="appcess-app-id"
|
|
VITE_PYLON_IDENTITY_SECRET="pylon-identity-secret"
|
|
|
|
CI="1"
|