added in anonmyized ip google analytics
This commit is contained in:
parent
cfd2883db5
commit
575f04a824
5 changed files with 32 additions and 3 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue