This commit is contained in:
mjallen18
2026-03-29 22:24:04 -05:00
parent 0967e27fca
commit 62736ed77c
9 changed files with 78 additions and 27 deletions

View File

@@ -34,7 +34,7 @@ let
# Override mkModule's default port of 80 with lemonade's actual default.
port = mkOpt lib.types.int 8000 "Port lemonade-router listens on";
host = mkOpt lib.types.str "127.0.0.1" "Address lemonade-router binds to";
host = mkOpt lib.types.str "0.0.0.0" "Address lemonade-router binds to";
logLevel = mkOpt (lib.types.enum [
"critical"