linkletter 0.1.0

URL replacement and analytics service
1
2
3
4
5
6
7
8
9
10
11
12
13
{
    "address": {
        "ip": "127.0.0.1",
        "port": 8080
    },
    "database": {
        "url": "sqlite::memory:",
        "migrations": "./db/migrations"
    },
    "api": {
        "host_url": "http:/localhost:8080/"
    }
}