aboutsummaryrefslogtreecommitdiff
path: root/config/api
blob: dcc00a4a11a4896c513ad434c2c18ee17b6a32d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "api": {
    "v1": {
      "local": "http://localhost/api/v1",
      "public": "http://localhost/api/v1"
    },
    "v2": {
      "local": "http://localhost/api/v2",
      "public": "http://localhost/api/v2"
    }
  }
}