config.ini: Fix indents
This commit is contained in:
parent
50e01d1284
commit
93829bde92
|
@ -43,8 +43,8 @@ level = 1
|
||||||
|
|
||||||
[preferences]
|
[preferences]
|
||||||
; Use INI file storage to save preferences to a local disk
|
; Use INI file storage to save preferences to a local disk
|
||||||
type = "ini"
|
type = "ini"
|
||||||
config_path = "@icingaweb_config_path@/preferences"
|
config_path = "@icingaweb_config_path@/preferences"
|
||||||
|
|
||||||
; Use database storage to save preferences in either a MySQL or PostgreSQL database
|
; Use database storage to save preferences in either a MySQL or PostgreSQL database
|
||||||
;type = db
|
;type = db
|
||||||
|
|
Loading…
Reference in New Issue