Update Production to latest version #17

Merged
Bart van der Braak merged 3 commits from main into production 2024-10-31 13:05:04 +01:00
Showing only changes of commit 31ee27b127 - Show all commits

View File

@ -42,7 +42,7 @@ function getEnvId() {
$env_id = 'LOCAL';
if (preg_match('/\b\.blender.org\b/', $host_id)) {
if (preg_match('/\b\uatest\b/', $host_id)) {
if (preg_match('/\b\.uatest\b/', $host_id)) {
$env_id = "UATEST";
}
else