disabled open telemetry tracing by default

This commit is contained in:
Aurthur Musendame 2024-09-14 17:03:32 +02:00
parent b6416f13d0
commit 886921b027
2 changed files with 2 additions and 4 deletions

View file

@ -51,8 +51,6 @@ services:
MINIO_SERVER: felicity-minio:9000
MINIO_ACCESS: felicity
MINIO_SECRET: felicity
volumes:
- ./felicity:/app/felicity
ports:
- 8000:8000
networks:

View file

@ -25,8 +25,8 @@ SYSTEM_DAEMON_USERNAME=system_daemon
SYSTEM_DAEMON_PASSWORD='!System@Daemon#100'
USERS_OPEN_REGISTRATION=False
LOAD_SETUP_DATA=False
RUN_OPEN_TRACING=True
OTLP_SPAN_EXPORT_URL=http://192.168.0.40:4317
RUN_OPEN_TRACING=False
OTLP_SPAN_EXPORT_URL=http://localhost:4317
# Webapp
NODE_ENV=development
VITE_NODE_ENV=development