We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0249677 commit 0e74fffCopy full SHA for 0e74fff
changelogs/fragments/bugfixes_icingaweb2_preferences.yml
@@ -0,0 +1,2 @@
1
+bugfixes:
2
+ - Role Icingaweb2: Adjust preferences setting to store preferences in database
roles/icingaweb2/defaults/main.yml
@@ -28,7 +28,7 @@ icingaweb2_config:
28
global:
29
show_stacktraces: 1
30
show_application_state_messages: 1
31
- config_backend: ini
+ config_resource: icingaweb2_db
32
module_path: /usr/share/icingaweb2/modules
33
logging:
34
log: syslog
0 commit comments