aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs
diff options
context:
space:
mode:
authorEric <eric@maltoya.org>2011-03-29 15:54:28 +0800
committerIgor Wiedler <igor@wiedler.ch>2011-03-31 20:16:53 +0200
commit9891f5a8d2025aeec19c6b33de0d1a48dd92d211 (patch)
tree3ac16caebb267f7de06d901cfed5eea4f3418793 /phpBB/docs
parentf18d93756cad336db8299a2ab88ec3382efe171a (diff)
downloadforums-9891f5a8d2025aeec19c6b33de0d1a48dd92d211.tar
forums-9891f5a8d2025aeec19c6b33de0d1a48dd92d211.tar.gz
forums-9891f5a8d2025aeec19c6b33de0d1a48dd92d211.tar.bz2
forums-9891f5a8d2025aeec19c6b33de0d1a48dd92d211.tar.xz
forums-9891f5a8d2025aeec19c6b33de0d1a48dd92d211.zip
[ticket/10110] Enable the serialization and add a constant for
defined the database PHPBB3-10110
Diffstat (limited to 'phpBB/docs')
-rw-r--r--phpBB/docs/coding-guidelines.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/docs/coding-guidelines.html b/phpBB/docs/coding-guidelines.html
index 3f72ac406a..cd3c09f6fb 100644
--- a/phpBB/docs/coding-guidelines.html
+++ b/phpBB/docs/coding-guidelines.html
@@ -243,6 +243,7 @@ PHPBB_ACM_MEMCACHE_HOST (overwrite memcached host name, default is localhost
PHPBB_ACM_REDIS_HOST (overwrite redis host name, default is localhost)
PHPBB_ACM_REDIS_PORT (overwrite redis port, default is 6379)
PHPBB_ACM_REDIS_PASSWORD (overwrite redis password, default is empty)
+PHPBB_ACM_REDIS_DB (overwrite redis default database)
PHPBB_QA (Set board to QA-Mode, which means the updater also checks for RC-releases)
</pre></div>