🎨 Reorganize back-end code
This commit is contained in:
21
backend/api/config.sample.yaml
Normal file
21
backend/api/config.sample.yaml
Normal 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: postgres
|
||||
port: 5432
|
||||
user: cer
|
||||
|
||||
cache:
|
||||
enable: true
|
||||
host: redis
|
||||
# TODO: Add user credentials
|
||||
|
||||
tracing:
|
||||
enable: false
|
Reference in New Issue
Block a user