Merge pull request #628 from thecodingmachine/template-analytics

Template google analytics data (2)
This commit is contained in:
David Négrier 2021-01-20 18:03:28 +01:00 committed by GitHub
commit 84f85effe5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 46 additions and 11 deletions

View file

@ -78,7 +78,8 @@
"TURN_SERVER": "turn:coturn.workadventu.re:443,turns:coturn.workadventu.re:443",
"TURN_USER": "workadventure",
"TURN_PASSWORD": "WorkAdventure123",
"JITSI_PRIVATE_MODE": if env.SECRET_JITSI_KEY != '' then "true" else "false"
"JITSI_PRIVATE_MODE": if env.SECRET_JITSI_KEY != '' then "true" else "false",
//"GA_TRACKING_ID": "UA-10196481-11"
}
},
"uploader": {