21 lines
327 B
YAML
21 lines
327 B
YAML
service:
|
|
name: rara-rag-api
|
|
listen: 0.0.0.0:18081
|
|
|
|
database:
|
|
url: postgres://rara:rara@localhost:5432/rara?sslmode=disable
|
|
max_connections: 40
|
|
min_connections: 4
|
|
|
|
artifact:
|
|
driver: filesystem
|
|
root: ./var/artifacts
|
|
|
|
logging:
|
|
level: info
|
|
pretty: false
|
|
|
|
observability:
|
|
otel_endpoint: ""
|
|
otel_insecure: true
|
|
|