From 986bb9ffee2bea6e200e1c1d3195180c1287bc43 Mon Sep 17 00:00:00 2001 From: Adam <24621027+adoyle0@users.noreply.github.com> Date: Fri, 19 Jan 2024 21:41:29 -0500 Subject: [PATCH] bind to all --- doordesk/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doordesk/Cargo.toml b/doordesk/Cargo.toml index feb6fc2..efa32c8 100644 --- a/doordesk/Cargo.toml +++ b/doordesk/Cargo.toml @@ -69,7 +69,7 @@ tailwind-config-file = "./tailwind.config.js" assets-dir = "public" # The IP and port (ex: 127.0.0.1:3000) where the server serves the content. Use it in your server setup. -site-addr = "127.0.0.1:3000" +site-addr = "0.0.0.0:3000" # The port to use for automatic reload monitoring reload-port = 3001