Adding GA tracking in test envs

This commit is contained in:
David Négrier 2021-01-20 16:57:30 +01:00
parent e2f400472f
commit fd89d54ed9
1 changed files with 2 additions and 1 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",
"TRACKING_NUMBER": "UA-10196481-11"
}
},
"uploader": {