summaryrefslogtreecommitdiff
path: root/config.nix
diff options
context:
space:
mode:
Diffstat (limited to 'config.nix')
-rw-r--r--config.nix2
1 files changed, 1 insertions, 1 deletions
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";