🐛 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

View File

@@ -0,0 +1,23 @@
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: postgres
port: 5432
driver: postgresql+psycopg
user: cer
password: cer_password
cache:
enable: true
host: redis
# TODO: Add user credentials
tracing:
enable: false