feat: icingaweb2 auth config

This commit is contained in:
2023-07-07 10:37:20 +00:00
parent f7fbbe0565
commit daaf6c173a
6 changed files with 101 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
[global]
show_stacktraces = "1"
show_application_state_messages = "1"
config_backend = "db"
config_resource = "icingaweb_db"
[logging]
log = "file"
level = "INFO"
file = "/var/log/icingaweb2.log"