summaryrefslogtreecommitdiff
path: root/config.nix.tpl
blob: 553937648678c4d1fc105b3b3e17c5ac71375982 (plain)
1
2
3
4
5
6
7
8
9
{
    powSecret = "";
    mlSMTPAddr = "";
    mlSMTPAuth = "";
    dataDir = ".";
    publicURL = "http://localhost:4000";
    listenProto = "tcp";
    listenAddr = ":4000";
}