admin.conf 288 B

1234567891011
  1. #
  2. # Restricted console used by bareos-webui
  3. #
  4. Console {
  5. Name = admin
  6. Password = "Mataji"
  7. Profile = "webui-admin"
  8. # disable tls, as we need to manage certs to make it work
  9. # https://docs.bareos.org/master/TasksAndConcepts/TransportEncryption.html#bareoswebui
  10. TLS Enable = No
  11. }