28 lines
450 B
YAML
28 lines
450 B
YAML
app:
|
|
name: web-python-skelet
|
|
env: local
|
|
|
|
http:
|
|
host: 0.0.0.0
|
|
port: 8000
|
|
|
|
logging:
|
|
level: INFO
|
|
output: stdout
|
|
format: text
|
|
|
|
metrics:
|
|
enabled: true
|
|
|
|
tracing:
|
|
enabled: true
|
|
|
|
otel:
|
|
service_name: web-python-skelet
|
|
logs_endpoint: http://localhost:4318/v1/logs
|
|
metrics_endpoint: http://localhost:4318/v1/metrics
|
|
traces_endpoint: http://localhost:4318/v1/traces
|
|
metric_export_interval: 1000
|
|
|
|
security:
|
|
token_header: X-API-Token
|