Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 241 Bytes

File metadata and controls

17 lines (16 loc) · 241 Bytes

vpnht-api

Sample config.json

{
    "CREDENTIALS": {
        "API_KEY": "",
        "API_SECRET": ""
    },
    "MYSQL": {
        "host": "localhost",
        "user": "root",
        "pass": "",
        "db": "radius"
    }
}