master.json 176 B

12345678
  1. {
  2. "development": {
  3. "id": "master-server-1", "host": "127.0.0.1", "port": 3005
  4. },
  5. "production": {
  6. "id": "master-server-1", "host": "127.0.0.1", "port": 3005
  7. }
  8. }