From e8f3f3e8c03039e21973d6efd05477a56f486db1 Mon Sep 17 00:00:00 2001 From: Daniil Chemerkin Date: Tue, 29 Jul 2025 10:44:51 +0000 Subject: [PATCH] AW-483-484-485-fix-bugs --- environments/.env.develop | 4 +++- environments/.env.production | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/environments/.env.develop b/environments/.env.develop index 5ae757c..af68c1f 100644 --- a/environments/.env.develop +++ b/environments/.env.develop @@ -13,4 +13,6 @@ AURA_UNLEASH_URL=https://unleash.admin.witapps.us/api/frontend AURA_UNLEASH_CLIENT_KEY=*:development.7f714f98ed6e9128ae3c99906267292a4e34280d1a16becd2f0794b6 AURA_TRANSLATIONS_CDN=https://dev.api.aura.witapps.us -WITLAB_TRANSLATIONS_CDN=https://dev.api.aura.witapps.us \ No newline at end of file +WITLAB_TRANSLATIONS_CDN=https://dev.api.aura.witapps.us + +AURA_NEW_SITE_URL=https://develop.app.witlab.us/ \ No newline at end of file diff --git a/environments/.env.production b/environments/.env.production index f448efd..c4c9ca0 100644 --- a/environments/.env.production +++ b/environments/.env.production @@ -13,4 +13,6 @@ AURA_UNLEASH_URL=https://unleash.admin.witapps.us/api/frontend AURA_UNLEASH_CLIENT_KEY=*:production.381ec8a37c977e928ff5ea8809fd943b7caff4232af6df8443903203 AURA_TRANSLATIONS_CDN=https://cdn.aura.witapps.us -WITLAB_TRANSLATIONS_CDN=https://cdn.witlab.app \ No newline at end of file +WITLAB_TRANSLATIONS_CDN=https://cdn.witlab.app + +AURA_NEW_SITE_URL=https://app.witlab.us/ \ No newline at end of file