From 6b0e4e2703154001d1c7766c6f5857b8498c145b Mon Sep 17 00:00:00 2001 From: BluLupo Date: Tue, 1 Apr 2025 22:40:46 +0200 Subject: [PATCH] Update hypercorn_config.toml --- hypercorn_config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hypercorn_config.toml b/hypercorn_config.toml index f8bdda6..2e900e8 100644 --- a/hypercorn_config.toml +++ b/hypercorn_config.toml @@ -1,3 +1,3 @@ -bind = "127.0.0.1:5000" +bind = "0.0.0.0:5000" workers = 1 reload = true