mirror of
https://github.com/SigNoz/signoz.git
synced 2026-03-13 16:52:07 +00:00
* chore: add new integration logos and update onboarding configurations and related files * fix(logos): add viewBox attribute to huggingface svg for proper scaling
9 lines
226 B
Bash
9 lines
226 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"
|