From 52d4fdac552158fff4204d1ac10d59737c9468b6 Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Sun, 27 Nov 2022 22:02:20 +0100 Subject: Remove all 'old nix' stuff, plus configs and unused dev environment --- config.nix | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 config.nix (limited to 'config.nix') diff --git a/config.nix b/config.nix deleted file mode 100644 index 410171a..0000000 --- a/config.nix +++ /dev/null @@ -1,18 +0,0 @@ -{ - dataDir = "/tmp/mediocre-blog/data"; - publicURL = "http://localhost:4000"; - - powSecret = "ssshhh"; - mlSMTPAddr = ""; - mlSMTPAuth = ""; - httpListenProto = "tcp"; - httpListenAddr = ":4000"; - - # password is "bar". This should definitely be changed for prod. - httpAuthUsers = { - "foo" = "$2a$13$0JdWlUfHc.3XimEMpEu1cuu6RodhUvzD9l7iiAqa4YkM3mcFV5Pxi"; - }; - - # Very low, should be increased for prod. - httpAuthRatelimit = "1s"; -} -- cgit v1.2.3