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 b09fd36 commit 11e9e5dCopy full SHA for 11e9e5d
config.js
@@ -50,8 +50,8 @@ module.exports = {
50
SOCKET_API_URL: '"https://socket.tutorcruncher.com"',
51
GRECAPTCHA_KEY: '"6LdyXRgUAAAAADUNhMVKJDXiRr6DUN8TGOgllqbt"',
52
RAVEN_DSN: 'null',
53
- // GA_ID: 'null',
54
- GA_ID: '"UA-41117087-3"',
+ GA_ID: 'null',
+ // GA_ID: '"UA-41117087-3"',
55
},
56
port: 5000,
57
build_dir: path.resolve(__dirname, 'dev'),
0 commit comments