mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-06-04 11:25:52 +08:00

* chore(frontend): 🔧 update dotenv and add example.env * chore(frontend): 🙈 update .gitignore and .dockerignore --------- 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:3301/"
|
|
INTERCOM_APP_ID="intercom-app-id"
|
|
|
|
PLAYWRIGHT_TEST_BASE_URL="http://localhost:3301"
|
|
CI="1" |