42 lines
845 B
YAML
42 lines
845 B
YAML
app:
|
|
name: web-python-skelet
|
|
env: local
|
|
|
|
http:
|
|
host: 0.0.0.0
|
|
port: 8123
|
|
|
|
logging:
|
|
level: INFO
|
|
output: stdout
|
|
format: json
|
|
|
|
metrics:
|
|
enabled: false
|
|
|
|
tracing:
|
|
enabled: false
|
|
|
|
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
|
|
|
|
docker:
|
|
base_url: unix:///var/run/docker.sock
|
|
|
|
sandbox:
|
|
image: ai-agent:latest
|
|
ttl_seconds: 300
|
|
cleanup_interval_seconds: 60
|
|
chats_root: var/sandbox/chats
|
|
dependencies_host_path: var/sandbox/dependencies
|
|
lambda_tools_host_path: var/sandbox/lambda-tools
|
|
chat_mount_path: /workspace/chat
|
|
dependencies_mount_path: /opt/dependencies
|
|
lambda_tools_mount_path: /opt/lambda-tools
|
|
|
|
security:
|
|
token_header: X-API-Token
|