We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1211e54 commit e12504cCopy full SHA for e12504c
client/config/environment.js
@@ -10,9 +10,7 @@ module.exports = function(environment) {
10
APP: {
11
// Here you can pass flags/options to your application instance
12
// when it is created
13
- },
14
-
15
- PUSHER_APP_KEY: '7530178e1c206a0ae720'
+ }
16
};
17
18
if (environment === 'development') {
@@ -25,9 +23,11 @@ module.exports = function(environment) {
25
23
// ENV.APP.LOG_TRANSITIONS = true;
26
24
// ENV.APP.LOG_TRANSITIONS_INTERNAL = true;
27
ENV.APP.LOG_VIEW_LOOKUPS = true;
+ ENV.PUSHER_APP_KEY = '7530178e1c206a0ae720';
28
}
29
30
if (environment === 'production') {
+ ENV.PUSHER_APP_KEY = 'd6295301f3507797313d';
31
32
33
return ENV;
0 commit comments