1
0

servers-dual.json 442 B

1234567891011121314151617181920
  1. [
  2. {
  3. "name": "Local dual backend",
  4. "server": "/",
  5. "dlURL": "backend/garbage.php",
  6. "ulURL": "backend/empty.php",
  7. "pingURL": "backend/empty.php",
  8. "getIpURL": "backend/getIP.php",
  9. "id": 1
  10. },
  11. {
  12. "name": "External backend testpoint",
  13. "server": "http://backend-testpoint:8080/",
  14. "dlURL": "garbage.php",
  15. "ulURL": "empty.php",
  16. "pingURL": "empty.php",
  17. "getIpURL": "getIP.php",
  18. "id": 2
  19. }
  20. ]