- #
- # Restricted console used by bareos-webui
- #
- Console {
- Name = admin
- Password = "Mataji"
- Profile = "webui-admin"
- # disable tls, as we need to manage certs to make it work
- # https://docs.bareos.org/master/TasksAndConcepts/TransportEncryption.html#bareoswebui
- TLS Enable = No
- }
|