From 99f8c1188ccd1580f58ad4c21cece040ed8e874c Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Fri, 20 May 2022 17:24:52 -0600 Subject: Add RSS feed generator --- config.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.nix') diff --git a/config.nix b/config.nix index 674ba37..5f4bc13 100644 --- a/config.nix +++ b/config.nix @@ -1,11 +1,11 @@ { runDir = "/tmp/mediocre-blog/run"; dataDir = "/tmp/mediocre-blog/data"; + publicURL = "http://localhost:4000"; powSecret = "ssshhh"; mlSMTPAddr = ""; mlSMTPAuth = ""; - mlPublicURL = "http://localhost:4000"; httpListenProto = "tcp"; httpListenAddr = ":4000"; -- cgit v1.2.3