Skip to content

Commit 5438a03

Browse files
committed
test: use localhost by default
1 parent f157621 commit 5438a03

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/common.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
* will get flushed!.
77
*
88
* If your memcache hosts is not the default one
9-
* (10.211.55.5), you can pass another one using the
9+
* (127.0.0.1), you can pass another one using the
1010
* environment variable MEMCACHED__HOST. E.g.:
1111
*
1212
* MEMCACHED__HOST=localhost npm test
1313
*
1414
* @type {Object}
1515
* @api public
1616
*/
17-
var testMemcachedHost = process.env.MEMCACHED__HOST || '10.211.55.5';
17+
var testMemcachedHost = process.env.MEMCACHED__HOST || '127.0.0.1';
1818

1919
exports.servers = {
2020
single: testMemcachedHost + ':11211'

0 commit comments

Comments
 (0)