summaryrefslogtreecommitdiff
path: root/etc/config.json
blob: 246d903cc5867132d6cd82c83a2f368ed418476f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{
    "listen": ":5656",
    "db": {
        "path": "tree.db"
    },
    "jwt": {
        "algorithm": "HS512",
        "privateKey": "s3cr3t"
    }
}