Changeset 41d5d4 in indico


Ignore:
Timestamp:
08/23/11 15:42:06 (21 months ago)
Author:
Jose Benito <jose.benito.gonzalez@…>
Branches:
master, hello-world-walkthrough, ipv6, v0.98-series, v0.98.2, v0.98.3, v0.98b2, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, 00b052b1a13a63c5c79db7f3ad310f643651dc50
Children:
a455a7
Parents:
2cbbaf
git-author:
Adrian Moennich <jerome.ernst.monnich@…> (06/09/11 11:29:28)
git-committer:
Jose Benito <jose.benito.gonzalez@…> (08/23/11 15:42:06)
Message:

[IMP] add cache backend settings to sample config

File:
1 edited

Legend:

Unmodified
Added
Removed
  • etc/indico.conf.sample

    rfcfd2a r41d5d4  
    8282UploadedFilesTempDir = "/opt/indico/tmp" 
    8383XMLCacheDir          = "/opt/indico/cache" 
    84  
     84# You can use 'memcached' or 'files'. The files backend caches objects in 
     85# XMLCacheDir while the Memcached backend uses one or more memcached servers 
     86#CacheBackend         = 'files' 
     87# When using memcached, provide a tuple containing 'ip:port' entries for the 
     88# memcached servers. Do not forget to firewall those servers as memcached has no 
     89# authentication at all! 
     90#MemcachedServers     = ('127.0.0.1:11211',) 
    8591 
    8692#------------------------------------------------------------------------------ 
Note: See TracChangeset for help on using the changeset viewer.