aboutsummaryrefslogtreecommitdiff
path: root/roles/icinga2/templates/web/config.ini.j2
diff options
context:
space:
mode:
Diffstat (limited to 'roles/icinga2/templates/web/config.ini.j2')
-rw-r--r--roles/icinga2/templates/web/config.ini.j221
1 files changed, 21 insertions, 0 deletions
diff --git a/roles/icinga2/templates/web/config.ini.j2 b/roles/icinga2/templates/web/config.ini.j2
new file mode 100644
index 0000000..5b0834c
--- /dev/null
+++ b/roles/icinga2/templates/web/config.ini.j2
@@ -0,0 +1,21 @@
+[global]
+show_stacktraces = "1"
+show_application_state_messages = "1"
+config_backend = "db"
+config_resource = "icingaweb_db"
+module_path = "/usr/share/icingaweb2/modules"
+
+[logging]
+log = "syslog"
+level = "ERROR"
+application = "icingaweb2"
+facility = "user"
+
+[security]
+protected_customvars = "*pw*,*password*,*key*,*snmp_community*"
+
+[themes]
+
+[authentication]
+
+