-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
34 lines (29 loc) · 859 Bytes
/
.env.example
File metadata and controls
34 lines (29 loc) · 859 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Application
APP_ENV=development
APP_PORT=8000
APP_VERSION=1.0.0
# Database
POSTGRES_USER=postgres
POSTGRES_PASSWORD=postgres
POSTGRES_DB=task_db
POSTGRES_HOST=db
# Redis
REDIS_HOST=redis
# RabbitMQ
RABBITMQ_HOST=rabbitmq
RABBITMQ_USER=guest
RABBITMQ_PASSWORD=guest
# OpenTelemetry
OTEL_SERVICE_NAME=fastapi-celery-postgres
OTEL_EXPORTER_OTLP_ENDPOINT=http://otel-collector:4318
OTEL_EXPORTER_OTLP_PROTOCOL=http/protobuf
OTEL_TRACES_EXPORTER=otlp
OTEL_METRICS_EXPORTER=otlp
OTEL_LOGS_EXPORTER=otlp
OTEL_PYTHON_LOGGING_AUTO_INSTRUMENTATION_ENABLED=true
OTEL_RESOURCE_ATTRIBUTES=deployment.environment=development
# base14 Scout (set via environment, not in .env file)
# SCOUT_ENDPOINT=https://your-tenant.base14.io:4318
# SCOUT_CLIENT_ID=your_client_id
# SCOUT_CLIENT_SECRET=your_client_secret
# SCOUT_TOKEN_URL=https://your-tenant.base14.io/oauth/token