Skip to content

Commit e12504c

Browse files
committed
update pusher keys for ember
1 parent 1211e54 commit e12504c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

client/config/environment.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ module.exports = function(environment) {
1010
APP: {
1111
// Here you can pass flags/options to your application instance
1212
// when it is created
13-
},
14-
15-
PUSHER_APP_KEY: '7530178e1c206a0ae720'
13+
}
1614
};
1715

1816
if (environment === 'development') {
@@ -25,9 +23,11 @@ module.exports = function(environment) {
2523
// ENV.APP.LOG_TRANSITIONS = true;
2624
// ENV.APP.LOG_TRANSITIONS_INTERNAL = true;
2725
ENV.APP.LOG_VIEW_LOOKUPS = true;
26+
ENV.PUSHER_APP_KEY = '7530178e1c206a0ae720';
2827
}
2928

3029
if (environment === 'production') {
30+
ENV.PUSHER_APP_KEY = 'd6295301f3507797313d';
3131
}
3232

3333
return ENV;

0 commit comments

Comments
 (0)