Use HTTPS for production IPFS

This commit is contained in:
2017-06-08 23:56:43 +02:00
parent 918ae5b2d1
commit 510f7de693
+1 -1
View File
@@ -39,7 +39,7 @@ module.exports = function(environment) {
ipfs: {
host: 'ipfs.kosmos.org',
port: '5444',
protocol: 'http'
protocol: 'https'
}
};