| 1234567891011121314151617181920 |
- [
- {
- "name": "Local dual backend",
- "server": "/",
- "dlURL": "backend/garbage.php",
- "ulURL": "backend/empty.php",
- "pingURL": "backend/empty.php",
- "getIpURL": "backend/getIP.php",
- "id": 1
- },
- {
- "name": "External backend testpoint",
- "server": "http://backend-testpoint:8080/",
- "dlURL": "garbage.php",
- "ulURL": "empty.php",
- "pingURL": "empty.php",
- "getIpURL": "getIP.php",
- "id": 2
- }
- ]
|