summaryrefslogtreecommitdiff
path: root/config_example.json
blob: 6f6eb031159f6323e8f9929380521a0c5bca0b3a (plain)
1
2
3
4
5
6
7
8
9
10
{
    "http": {
        "listen": "127.0.0.1:8080",
        "base": "http://127.0.0.1:8080"
    },
    "auth": {
        "username": "jwolff",
        "password": "changeme!"
    }
}