summaryrefslogtreecommitdiff
path: root/config.nix
diff options
context:
space:
mode:
Diffstat (limited to 'config.nix')
-rw-r--r--config.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.nix b/config.nix
index 4689ca5..95b2b0e 100644
--- a/config.nix
+++ b/config.nix
@@ -8,4 +8,7 @@
mlPublicURL = "http://localhost:4000";
listenProto = "tcp";
listenAddr = ":4000";
+
+ # If empty then a derived static directory is used
+ staticProxyURL = "http://127.0.0.1:4002";
}