servers.json 310 B

123456789101112
  1. {
  2. "development":{
  3. "connector": [
  4. {"id": "connector-server-1", "host": "127.0.0.1", "port": 3150, "clientPort": 3010, "frontend": true}
  5. ]
  6. },
  7. "production":{
  8. "connector": [
  9. {"id": "connector-server-1", "host": "127.0.0.1", "port": 3150, "clientPort": 3010, "frontend": true}
  10. ]
  11. }
  12. }