"Fossies" - the Fresh Open Source Software Archive

Member "icingaweb2-2.11.4/doc/07-Preferences.md" (26 Jan 2023, 815 Bytes) of package /linux/www/icingaweb2-2.11.4.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format (assuming markdown format). Alternatively you can here view or download the uninterpreted source code file. A member file download can also be achieved by clicking within a package contents listing on the according byte size field. See also the last Fossies "Diffs" side-by-side code changes report for "07-Preferences.md": 2.10.3_vs_2.11.0.

Preferences

Preferences are settings a user can set for their account only, for example the language and time zone.

Preferences can be stored either in a MySQL or in a PostgreSQL database. The database must be configured.

Configuration

The preference configuration backend is defined in the global config.ini file.

You have to define a database resource which will be referenced as resource for the preferences storage.

You need to add the following section to the global config.ini file in order to store preferences in a database.

[global]
config_resource = "icingaweb_db"