Set charm key by default for pro

This commit is contained in:
Piotr Sarnacki 2015-02-17 09:48:08 +01:00
parent 407e34e201
commit 29513b744d

View File

@ -47,6 +47,7 @@ module.exports = function(environment) {
sshKey: true, sshKey: true,
caches: true caches: true
}; };
ENV.charmKey = 'gy5gx7dy6dh86hxzkz1wmtvupwvievu';
} }
} }