mirror of
https://github.com/beak-insights/felicity-lims.git
synced 2025-02-15 20:42:54 +08:00
disabled open telemetry tracing by default
This commit is contained in:
parent
b6416f13d0
commit
886921b027
2 changed files with 2 additions and 4 deletions
|
@ -51,8 +51,6 @@ services:
|
|||
MINIO_SERVER: felicity-minio:9000
|
||||
MINIO_ACCESS: felicity
|
||||
MINIO_SECRET: felicity
|
||||
volumes:
|
||||
- ./felicity:/app/felicity
|
||||
ports:
|
||||
- 8000:8000
|
||||
networks:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue