aboutsummaryrefslogtreecommitdiffstats
path: root/config/memcached.yml-example
blob: e5d486674c3c201454cea341201ad00dd7173e79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
defaults:
    namespace: whatdotheyknow
    sessions: false
    client: memcache-client
development:
    disabled: true
    # servers:
    #  - 127.0.0.1:11211 # Default host and port
production:
    servers:
      - 127.0.0.1:11211 # Default host and port
    # debug: true
    # memory: 256
    # benchmarking: false