summaryrefslogtreecommitdiff
path: root/config.nix
diff options
context:
space:
mode:
Diffstat (limited to 'config.nix')
-rw-r--r--config.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/config.nix b/config.nix
new file mode 100644
index 0000000..b0396a8
--- /dev/null
+++ b/config.nix
@@ -0,0 +1,10 @@
+{
+ powSecret = "ssshhh";
+ mlSMTPAddr = "";
+ mlSMTPAuth = "";
+ dataDir = "/tmp/mediocre-blog-data";
+ publicURL = "http://localhost:4000";
+ listenProto = "tcp";
+ listenAddr = ":4000";
+ redisListenPath = "/tmp/mediocre-blog-redis";
+}