move apps to memcached02
This commit is contained in:
parent
37425b8f9c
commit
24aaee6429
7 changed files with 0 additions and 28 deletions
|
@ -158,11 +158,7 @@ $wgParserCacheType = CACHE_MEMCACHED;
|
|||
$wgMessageCacheType = CACHE_MEMCACHED;
|
||||
$wgSessionsInMemcached = true;
|
||||
$wgMemCachedServers = array (
|
||||
{% if env == 'staging' %}
|
||||
0 => 'memcached02:11211',
|
||||
{% else %}
|
||||
0 => 'memcached01:11211',
|
||||
{% endif %}
|
||||
);
|
||||
|
||||
## To enable image uploads, make sure the 'images' directory
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue