♻️ Put api_server and db_updater scripts on the backend root

This commit is contained in:
2023-10-22 23:31:35 +02:00
parent 3434802b31
commit 0a7337a313
6 changed files with 9 additions and 6 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