diff --git a/config/webpack.dev.config.js b/config/webpack.dev.config.js index 8d73417..fae07fa 100755 --- a/config/webpack.dev.config.js +++ b/config/webpack.dev.config.js @@ -125,9 +125,9 @@ module.exports = Merge.smart(commonConfig, { REDDIT_URL: 'https://www.reddit.com', APPLE_APP_STORE_URL: 'https://www.apple.com/ios/app-store/', GOOGLE_PLAY_URL: 'https://play.google.com/store', - ENTERPRISE_MARKETING_URL: 'https://business.edx.org', - ENTERPRISE_MARKETING_UTM_SOURCE: 'gradebook.edx.org', - ENTERPRISE_MARKETING_UTM_CAMPAIGN: 'edX.org Referral', + ENTERPRISE_MARKETING_URL: 'http://example.com', + ENTERPRISE_MARKETING_UTM_SOURCE: 'example.com', + ENTERPRISE_MARKETING_UTM_CAMPAIGN: 'example.com Referral', ENTERPRISE_MARKETING_FOOTER_UTM_MEDIUM: 'Footer', }), // when the --hot option is not passed in as part of the command