allow admins to manipulate time on test servers

This commit is contained in:
Phillip Thelen
2024-02-15 13:09:46 +01:00
committed by Sabe Jones
parent 1b12e9d8b7
commit 593524905e
6 changed files with 109 additions and 37 deletions

View File

@@ -28,6 +28,7 @@ const envVars = [
'AMPLITUDE_KEY',
'LOGGLY_CLIENT_TOKEN',
'TRUSTED_DOMAINS',
'ENABLE_TIME_TRAVEL',
// TODO necessary? if yes how not to mess up with vue cli? 'NODE_ENV'
];