🐛 Fix IP to bind in the api config file for local use

This commit is contained in:
2023-09-20 22:24:02 +02:00
parent ec1b4100a3
commit fcd1ae78c3

View File

@@ -2,7 +2,7 @@ app_name: carrramba-encore-rate
clear_static_data: false clear_static_data: false
http: http:
host: 0.0.0.0 host: 127.0.0.1
port: 8080 port: 8080
cert: ./config/cert.pem cert: ./config/cert.pem