Files
carrramba-encore-rate/backend/api/config.local.yaml
2023-09-20 22:08:32 +02:00

22 lines
300 B
YAML

app_name: carrramba-encore-rate
clear_static_data: false
http:
host: 0.0.0.0
port: 8080
cert: ./config/cert.pem
db:
name: carrramba-encore-rate
host: 127.0.0.1
port: 5432
driver: postgresql+psycopg
user: cer
password: cer_password
cache:
enable: true
tracing:
enable: false