🐛 The backend shall serve requests once the database reachable

This commit is contained in:
2023-05-26 18:02:54 +02:00
parent c44a52b7ae
commit cd700ebd42
3 changed files with 47 additions and 7 deletions

21
backend/config.local.yaml Normal file
View File

@@ -0,0 +1,21 @@
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