From 510f7de6934ef51b5dd8b663174df3fada3af74d Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Thu, 8 Jun 2017 23:56:43 +0200 Subject: [PATCH] Use HTTPS for production IPFS --- config/environment.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environment.js b/config/environment.js index 1e673a5..74323b9 100644 --- a/config/environment.js +++ b/config/environment.js @@ -39,7 +39,7 @@ module.exports = function(environment) { ipfs: { host: 'ipfs.kosmos.org', port: '5444', - protocol: 'http' + protocol: 'https' } };