Skip to main content

Configuration Values

Deserted Chateau's webservers have various configuration values that are stored in the main database. These values are cached without an expiry time in Redis, with the SITE:::WEBSERVER:::CONFIGURATION key as a JSON-encoded string.

The webservers always retrieve these values from Redis unless the cache is cleared by unlinking that key.


KeyContents / PurposeExpiry
SITE:::WEBSERVER:::CONFIGURATIONContains a cached copy of the configuration database table.None
SITE:::CONFIGURATION:::TOOLTIPTEMPLATESTooltip templates for standard tooltips on pages.None
SITE:::WEBSERVER:::EXTRASCRIPTSCONFIGURATIONContains a cached copy of the configuration_extra_scripts database table.None
SITE:::WEBSERVER:::HEADSCRIPTSCONFIGURATIONContains a cached copy of the configuration_head_scripts database table.None