diff options
author | Igor Wiedler <igor@wiedler.ch> | 2011-03-31 20:24:11 +0200 |
---|---|---|
committer | Igor Wiedler <igor@wiedler.ch> | 2011-03-31 20:24:11 +0200 |
commit | 10784439ed577c5bec28825d266dbe466081a72f (patch) | |
tree | 31776c231cd4cbe0f39d0b4e5fab987039c88d14 /phpBB/docs/coding-guidelines.html | |
parent | 3a0a18ee25d1f44be258dff49619a061865d8f24 (diff) | |
parent | ec5ca9df6b37f38cff5ddc4bb9bd0bd6f2795b01 (diff) | |
download | forums-10784439ed577c5bec28825d266dbe466081a72f.tar forums-10784439ed577c5bec28825d266dbe466081a72f.tar.gz forums-10784439ed577c5bec28825d266dbe466081a72f.tar.bz2 forums-10784439ed577c5bec28825d266dbe466081a72f.tar.xz forums-10784439ed577c5bec28825d266dbe466081a72f.zip |
Merge branch 'develop-olympus' into develop
* develop-olympus:
[ticket/10110] Remove tab from empty lines
[ticket/10110] Enable the serialization and add a constant for defined the database
[ticket/10110] Update comments with a link to the phpredis extension
[ticket/10110] Add Redis ACM backend
Diffstat (limited to 'phpBB/docs/coding-guidelines.html')
-rw-r--r-- | phpBB/docs/coding-guidelines.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/phpBB/docs/coding-guidelines.html b/phpBB/docs/coding-guidelines.html index ef4d6b13a1..8365e3c301 100644 --- a/phpBB/docs/coding-guidelines.html +++ b/phpBB/docs/coding-guidelines.html @@ -249,6 +249,11 @@ PHPBB_ACM_MEMCACHE_PORT (overwrite memcached port, default is 11211) PHPBB_ACM_MEMCACHE_COMPRESS (overwrite memcached compress setting, default is disabled) 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> |