From 122c0ba48411ca294ceaac86c4134bda785635c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com> Date: Mon, 28 Jun 2010 14:22:22 +0000 Subject: [PATCH] - do not hardcode username in default profile git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36639 20353a03-c40f-0410-a6d1-a30d3c3de9de --- buildout/instance-profiles/memcached.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildout/instance-profiles/memcached.cfg b/buildout/instance-profiles/memcached.cfg index b4e4854a37..1244b4e4ce 100644 --- a/buildout/instance-profiles/memcached.cfg +++ b/buildout/instance-profiles/memcached.cfg @@ -22,7 +22,7 @@ memcached_memory_size = 64 # -c memcached_simultaneous_connections = 1024 # -u -memcached_user = erp5 +memcached_user = # -d memcached_run_as_daemon = false # -P -- 2.30.9