diff --git a/package.json b/package.json index 5496359c9..2192d8c21 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "yellowtent", - "description": "Main code for a cloudron", + "name": "cloudron", + "description": "Cloudron Platform (Box)", "version": "1.0.0", "private": true, "contributors": [ @@ -9,7 +9,7 @@ ], "repository": { "type": "git", - "url": "https://git.cloudron.io/cloudron/box.git" + "url": "https://git.cloudron.io/platform/box.git" }, "bin": { "hotfix": "./scripts/hotfix", diff --git a/src/routes/test/apps-test.js b/src/routes/test/apps-test.js index 774d0eeef..aff59e4da 100644 --- a/src/routes/test/apps-test.js +++ b/src/routes/test/apps-test.js @@ -69,7 +69,7 @@ const token = null; const token_1 = null; let KEY, CERT; -let appstoreIconServer = hock.createHock({ throwOnUnmatched: false }); +// let appstoreIconServer = hock.createHock({ throwOnUnmatched: false }); function checkRedis(containerId, done) { let redisIp, exportedRedisPort;