Removing Google Analytics tracking from test environments

This commit is contained in:
David Négrier 2021-01-20 17:30:26 +01:00
parent 15b3e87bd1
commit 9e469a4a8f

View file

@ -79,7 +79,7 @@
"TURN_USER": "workadventure", "TURN_USER": "workadventure",
"TURN_PASSWORD": "WorkAdventure123", "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" //"GA_TRACKING_ID": "UA-10196481-11"
} }
}, },
"uploader": { "uploader": {