diff options
Diffstat (limited to 'config.nix')
-rw-r--r-- | config.nix | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -6,11 +6,8 @@ mlSMTPAddr = ""; mlSMTPAuth = ""; mlPublicURL = "http://localhost:4000"; - listenProto = "tcp"; - listenAddr = ":4000"; - - # If empty then a derived static directory is used - staticProxyURL = "http://127.0.0.1:4002"; + httpListenProto = "tcp"; + httpListenAddr = ":4000"; # password is "bar". This should definitely be changed for prod. httpAuthUsers = { |