Moved api-keys out of 'sight', and added analytics as optional

This commit is contained in:
Kasper Rynning-Tønnesen
2018-02-26 12:35:11 +01:00
parent 78adcf1caf
commit 973a4f6fa9
9 changed files with 29 additions and 13 deletions

View File

@@ -1,3 +1,5 @@
var key = "xxxx";
var api_key = "xxxx";
module.exports = key;
try {
module.exports = api_key;
} catch(e) {}