pluginRegistry.json 240 B

123456789101112
  1. {
  2. "dashboard": {
  3. "name": "dashboard",
  4. "url": "https://localhost:8000",
  5. "path": "/"
  6. },
  7. "plugin-a": {
  8. "name": "plugin-a",
  9. "url": "https://localhost:8001",
  10. "path": "/plugin-a"
  11. }
  12. }