aboutsummaryrefslogtreecommitdiffstats
path: root/packages/policy-api-tarball/src/main/resources/etc/defaultConfig.json
blob: f7aaf3931cf5a1018fa1bac676173a4ce69d0b44 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
    "name": "ApiGroup",
    "restServerParameters": {
        "host": "0.0.0.0",
        "port": 6969,
        "userName": "healthcheck",
        "password": "zb!XztG34",
        "https": true,
        "aaf": false 
    }
}