From 29513b744d93bd0024b34f27c6c1b338126d06f2 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Tue, 17 Feb 2015 09:48:08 +0100 Subject: [PATCH] Set charm key by default for pro --- config/environment.js | 1 + 1 file changed, 1 insertion(+) diff --git a/config/environment.js b/config/environment.js index 2b873c01..ebfabdc0 100644 --- a/config/environment.js +++ b/config/environment.js @@ -47,6 +47,7 @@ module.exports = function(environment) { sshKey: true, caches: true }; + ENV.charmKey = 'gy5gx7dy6dh86hxzkz1wmtvupwvievu'; } }