Sin descripción

config.json 256B

123456789101112131415
  1. {
  2. "uiServer": {
  3. "host": "localhost",
  4. "port": 8080,
  5. "protocol": "ui",
  6. "version": "0.0.1",
  7. "authentication": {
  8. "enabled": true,
  9. "type": "protocol-basic-auth",
  10. "username": "admin",
  11. "password": "admin"
  12. }
  13. }
  14. }