Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EX-9657: Ghostery custom UI for rewards #521

Merged
Merged
Changes from 1 commit
Commits
File filter
Filter file types
Jump to
Jump to file
Failed to load files.

Always

Just for now

EX-9657: use staging again when DEBUG

  • Loading branch information
Aleksandr Panin
Aleksandr Panin committed Apr 14, 2020
commit f83df7109156c952fe941f34f94321d35edf239c
@@ -1226,8 +1226,7 @@ offers.on('enabled', () => {
if (DEBUG) {
offers.action('setConfiguration', {
config_location: 'de',
// triggersBE: 'https://offers-api-staging-myo.myoffrz.ninja',
triggersBE: 'https://offers-api.ghostery.net',
triggersBE: 'https://offers-api-staging-myo.myoffrz.ninja',
showConsoleLogs: true,
offersLogsEnabled: true,
offersDevFlag: true,
ProTip! Use n and p to navigate between commits in a pull request.