From a36dd37feff44155daa531685dd943394afae224 Mon Sep 17 00:00:00 2001 From: Mark Nadal Date: Fri, 16 Oct 2015 16:10:52 -0700 Subject: [PATCH] fix live replication browser ordering bug --- examples/http.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/http.js b/examples/http.js index 9fabbb68..ad0e8536 100644 --- a/examples/http.js +++ b/examples/http.js @@ -1,7 +1,7 @@ var port = process.env.OPENSHIFT_NODEJS_PORT || process.env.VCAP_APP_PORT || process.env.PORT || process.argv[2] || 80; var Gun = require('gun'); -var gun = Gun({ +var gun = Gun({ file: 'data.json', s3: { key: '', // AWS Access Key