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