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