System-Wide Configuration Settings
From FreeDESK
(Difference between revisions)
Line 5: | Line 5: | ||
=== system.live === | === system.live === | ||
Determines if the system is live e.g. can be logged into and interacted with if set to 1 | Determines if the system is live e.g. can be logged into and interacted with if set to 1 | ||
+ | |||
+ | == Authentication Settings == | ||
+ | |||
+ | === auth.default === | ||
+ | The default authentication method for users (overriden by a user-specific setting), 'standard' means use in-built DB/password authentication. | ||
== Logging == | == Logging == |
Revision as of 17:43, 28 May 2012
Contents |
Introduction
System Settings
system.live
Determines if the system is live e.g. can be logged into and interacted with if set to 1
Authentication Settings
auth.default
The default authentication method for users (overriden by a user-specific setting), 'standard' means use in-built DB/password authentication.
Logging
log.level
Sets the system-wide logging level, events only of this level or below will be logged (10 means log just about everything, 1 is a critical event and 0 a fatal error), usually 5 is a good idea for running
log.purge
Days after which log entries are purged (from the standard internal database store only, does not affect external logging such as syslog). 0 means keep forever. Defaults to 30 if not set.