.env.production 431 B

123456789101112
  1. ##
  2. ## Handled by Next.js with dotenv or dotenv-flow
  3. ## https://nextjs.org/docs/basic-features/environment-variables
  4. ##
  5. FORMAT_NODE_LOG=false
  6. MIGRATIONS_DIR=dist/migrations/
  7. # OpenTelemetry Official Configuration
  8. # Environment variables starting with 'OTEL_' are automatically loaded by the OpenTelemetry SDK
  9. OTEL_TRACES_SAMPLER_ARG=0.01
  10. OTEL_METRIC_EXPORT_INTERVAL=300000
  11. OTEL_EXPORTER_OTLP_ENDPOINT="https://telemetry.growi.org"