summaryrefslogtreecommitdiff
path: root/config.nix
diff options
context:
space:
mode:
authorBrian Picciano <mediocregopher@gmail.com>2022-05-20 17:04:20 -0600
committerBrian Picciano <mediocregopher@gmail.com>2022-05-20 17:04:20 -0600
commitb4ca8853a9085cb0231f2c4de25a1ec07ef150a0 (patch)
tree266efcf8611cc47aae235a011b7bb30d5b5499a7 /config.nix
parent1ffda21ae38d203e381bedbf7bdbbd69c9031062 (diff)
Update http config names
Diffstat (limited to 'config.nix')
-rw-r--r--config.nix7
1 files changed, 2 insertions, 5 deletions
diff --git a/config.nix b/config.nix
index e6b6697..674ba37 100644
--- a/config.nix
+++ b/config.nix
@@ -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 = {