From fcd1ae78c3841ff0efeff164fa741405a5df77d8 Mon Sep 17 00:00:00 2001 From: Adrien Date: Wed, 20 Sep 2023 22:24:02 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20IP=20to=20bind=20in=20the?= =?UTF-8?q?=20api=20config=20file=20for=20local=20use?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/api/config.local.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/api/config.local.yaml b/backend/api/config.local.yaml index 5ef8421..31628aa 100644 --- a/backend/api/config.local.yaml +++ b/backend/api/config.local.yaml @@ -2,7 +2,7 @@ app_name: carrramba-encore-rate clear_static_data: false http: - host: 0.0.0.0 + host: 127.0.0.1 port: 8080 cert: ./config/cert.pem