From 74bf2bf672b147888a42fafd7ae5d86c600cf3a8 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Sat, 31 Jan 2009 09:38:39 -0500 Subject: Enable configuration files in /etc/laconica/ Enable storing config files in /etc/laconica/, which makes it much easier to have a single installation with multiple mublogs supported. --- README | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'README') diff --git a/README b/README index 334e95b89..ba0deb2c3 100644 --- a/README +++ b/README @@ -745,6 +745,15 @@ edit any other file in the directory, like lib/common.php (where most of the defaults are defined), you will lose your configuration options in any upgrade, and you will wish that you had been more careful. +Starting with version 0.7.1, you can put config files in the +/etc/laconica/ directory on your server, if it exists. Config files +will be included in this order: + +* /etc/laconica/laconica.php - server-wide config +* /etc/laconica/.php - for a virtual host +* /etc/laconica/_.php - for a path +* INSTALLDIR/config.php - for a particular implementation + Almost all configuration options are made through a two-dimensional associative array, cleverly named $config. A typical configuration line will be: -- cgit v1.2.3-54-g00ecf