Skip to content

Commit

Permalink
Merge pull request #262 from Real-Dev-Squad/hotfix/test-config
Browse files Browse the repository at this point in the history
Added test config of mixpanel for development
  • Loading branch information
rohan09-raj authored Sep 4, 2022
2 parents 570fdf4 + c38fa9e commit 00bd2fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ module.exports = function (environment) {
ENV.MIXPANEL_TOKEN = process.env.MIXPANEL_TOKEN;

if (environment === 'development') {
ENV.MIXPANEL_TOKEN = 'TEST_TOKEN';
// ENV.APP.LOG_RESOLVER = true;
// ENV.APP.LOG_ACTIVE_GENERATION = true;
// ENV.APP.LOG_TRANSITIONS = true;
Expand Down

0 comments on commit 00bd2fd

Please sign in to comment.