added in anonmyized ip google analytics

This commit is contained in:
Abhinav Adduri 2017-06-21 13:54:24 -07:00
parent cfd2883db5
commit 575f04a824
5 changed files with 32 additions and 3 deletions

View file

@ -22,6 +22,11 @@ const conf = convict({
arg: 'port',
env: 'PORT'
},
analytics_id: {
format: String,
default: 'UA-101393094-1',
env: 'GOOGLE_ANALYTICS_ID'
},
env: {
format: ['production', 'development', 'test'],
default: 'development',