Skip to content

Config Table Reference

mikert edited this page Feb 16, 2011 · 2 revisions

Config Table Reference

Purpose

This table acts as a dynamic holding area for new configuraion items that are set by the CMS (by user action or otherwise). It acts as a complement to config.cgi.

Fields

  • config_id - integer not null auto_increment - The primary key of the table.
  • data - text - A large block of text containing many customized configuration items that are not defaults but also not specified in config.cgi.

An example of how config_data is structured: AllowPings 0 CommenterRegistration Allow=1 CommenterRegistration Notify=1 DebugMode 1 DefaultAssignments DefaultTimezone -4 DefaultUserLanguage en-us DefaultUserTagDelimiter comma DisableNotificationPings 0 MTVersion 4.35 NewUserAutoProvisioning 0 OutboundTrackbackLimit any PerformanceLogging 0 PerformanceLoggingThreshold 0.1 PluginSchemaVersion linkroller=2.3008 PluginSchemaVersion EntryImage=1.0

Clone this wiki locally