From 39ad0e614f6c97595710b4d8f535b41f0d83aa0e Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Thu, 5 May 2022 20:57:17 -0600 Subject: Use envvars to configure srv --- config.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.nix') diff --git a/config.nix b/config.nix index 863bc50..95b2b0e 100644 --- a/config.nix +++ b/config.nix @@ -5,7 +5,7 @@ powSecret = "ssshhh"; mlSMTPAddr = ""; mlSMTPAuth = ""; - publicURL = "http://localhost:4000"; + mlPublicURL = "http://localhost:4000"; listenProto = "tcp"; listenAddr = ":4000"; -- cgit v1.2.3