Skip to content

Commit

Permalink
added prefix to test app
Browse files Browse the repository at this point in the history
  • Loading branch information
balor committed May 24, 2014
1 parent d787491 commit f17f14c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test.js
Expand Up @@ -11,7 +11,8 @@ app.use(session({
, key : 'test'
, proxy : 'true'
, store : new MemcachedStore({
hosts: [ '127.0.0.1:11211' ]
hosts: [ '127.0.0.1:11211' ],
prefix: 'testapp_'
})
}));

Expand Down

0 comments on commit f17f14c

Please sign in to comment.