summaryrefslogblamecommitdiff
path: root/etc/config.json
blob: f0cf5e89d22556c2b6b8e4434a8a54bde40e2072 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11

                      


                        





                              
{
    "listen": ":5656",
    "db": "data",
    "log": {
        "level": "debug"
    },
    "jwt": {
        "algorithm": "HS512",
        "privateKey": "s3cr3t"
    }
}