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

Quick fix: disable debug #6

Merged
merged 1 commit into from Oct 20, 2020
Merged
Changes from all commits
Commits
File filter
Filter file types
Jump to
Jump to file
Failed to load files.

Always

Just for now

Quick fix: disable debug

  • Loading branch information
chrmod committed Oct 20, 2020
commit e8ad38f229fa8d3f9cb1ab782bea2774a51ddccf
@@ -1,3 +1,3 @@
let DEBUG = true;
let DEBUG = false;
let API_BASE_URL = DEBUG ? 'http://localhost:5000' : 'https://ghosterysearch.com';
let SERP_BASE_URL = DEBUG ? 'http://localhost' : 'https://ghosterysearch.com';
@@ -1,5 +1,5 @@
{
"version": "0.1.4",
"version": "0.1.5",
"browser_specific_settings": {
"gecko": {
"id": "search@ghostery.com"
ProTip! Use n and p to navigate between commits in a pull request.