🐛 Fix IP to bind in the api config file for local use
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user