#207: add ga support

This commit is contained in:
SleepWalker
2016-10-09 21:23:00 +03:00
parent 666f5f218a
commit 3d98747c42
4 changed files with 46 additions and 25 deletions

View File

@@ -1,3 +0,0 @@
{
"apiHost": "https://dev.account.ely.by"
}

4
config/template.env.js Normal file
View File

@@ -0,0 +1,4 @@
module.exports = {
apiHost: 'https://dev.account.ely.by',
ga: {id: 'UA-XXXXX-Y'}
};