Guest User

Untitled

a guest
Apr 19th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. defaults:
  2. ttl: 1800
  3. readonly: false
  4. urlencode: false
  5. c_threshold: 10000
  6. compression: true
  7. debug: false
  8. namespace: idofme
  9. sessions: true
  10. fragments: true
  11. memory: 64
  12. servers: localhost:11211
  13. benchmarking: true
  14. raise_errors: true
  15. fast_hash: false
  16. fastest_hash: false
  17.  
  18. development:
  19. sessions: true
  20. fragments: true
  21. servers: localhost:11211
  22.  
  23. # turn off caching
  24. test:
  25. disabled: true
  26.  
  27. production:
  28. memory: 256
  29. benchmarking: false
  30. servers:
  31. - 127.0.0.1:11211
  32.  
  33. loc_production:
  34. memory: 256
  35. benchmarking: false
Add Comment
Please, Sign In to add comment