dist-config.json 163 B

12345678910
  1. {
  2. "backendServer": {
  3. "host": "127.0.0.1",
  4. "port": 8080
  5. },
  6. "cachingServer": {
  7. "host": "127.0.0.1",
  8. "port": 8081
  9. }
  10. }