There was an error while loading. Please reload this page.
1 parent f157621 commit 5438a03Copy full SHA for 5438a03
1 file changed
test/common.js
@@ -6,15 +6,15 @@
6
* will get flushed!.
7
*
8
* If your memcache hosts is not the default one
9
- * (10.211.55.5), you can pass another one using the
+ * (127.0.0.1), you can pass another one using the
10
* environment variable MEMCACHED__HOST. E.g.:
11
12
* MEMCACHED__HOST=localhost npm test
13
14
* @type {Object}
15
* @api public
16
*/
17
-var testMemcachedHost = process.env.MEMCACHED__HOST || '10.211.55.5';
+var testMemcachedHost = process.env.MEMCACHED__HOST || '127.0.0.1';
18
19
exports.servers = {
20
single: testMemcachedHost + ':11211'
0 commit comments