From e0d0a6fc1dd74b7a2317bc281ba6fbe16b3264fa Mon Sep 17 00:00:00 2001 From: Felipe Contreras Date: Tue, 2 Aug 2022 23:58:35 -0400 Subject: [PATCH] Bind to 0.0.0.0 on production --- Rocket.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Rocket.toml b/Rocket.toml index 6a0bbb5..14d581d 100644 --- a/Rocket.toml +++ b/Rocket.toml @@ -1,2 +1,4 @@ [default.databases.db] url = "sqlite://db/huellas.db" +[production] +address = "0.0.0.0"