Advertisement
Guest User

Untitled

a guest
Aug 4th, 2017
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. diff --git a/hm3.sample.ini b/hm3.sample.ini
  2. index 46058fb8c..915e9b3ea 100644
  3. --- a/hm3.sample.ini
  4. +++ b/hm3.sample.ini
  5. @@ -282,6 +282,12 @@ enable_memcached=true
  6. memcached_server=127.0.0.1
  7. memcached_port=11211
  8.  
  9. +; If you need SASL authentication for memcached, set the following to true
  10. +; and add the username and password to authenticate with
  11. +memcached_auth=false
  12. +memcached_user=
  13. +memcached_pass=
  14. +
  15.  
  16. ; Allow Long Sessions
  17. ; -------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement