From 297eebc8e52decf894d1ef8537830101e14bee17 Mon Sep 17 00:00:00 2001 From: "dev.daminik00" Date: Sun, 16 Feb 2025 23:32:47 +0100 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=20=D0=BF=D0=B8=D0=BA=D1=81=D0=B5=D0=BB=D1=8C=20=D0=BD?= =?UTF-8?q?=D0=B0=20es-419?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- environments/.env.develop | 4 ++-- environments/.env.production | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/environments/.env.develop b/environments/.env.develop index 3ad3ffa..b3a1374 100644 --- a/environments/.env.develop +++ b/environments/.env.develop @@ -1,7 +1,7 @@ -AURA_API_HOST=https://api-web.aura.wit.life +AURA_API_HOST=https://api-web.aura.lin.witapps.us AURA_DAPI_HOST=https://dev.api.aura.witapps.us AURA_DAPI_PREFIX=v2 -AURA_SITE_HOST=https://aura.wit.life +AURA_SITE_HOST=https://aura.lin.witapps.us AURA_PREFIX=api/v1 AURA_OPEN_AI_HOST=https://api.openai.com AURA_OPEN_AI_PREFIX=v1 diff --git a/environments/.env.production b/environments/.env.production index abee139..abb5667 100644 --- a/environments/.env.production +++ b/environments/.env.production @@ -1,7 +1,7 @@ -AURA_API_HOST=https://api-web.aura.wit.life +AURA_API_HOST=https://api-web.aura.lin.witapps.us AURA_DAPI_HOST=https://api.aura.witapps.us AURA_DAPI_PREFIX=v2 -AURA_SITE_HOST=https://aura.wit.life +AURA_SITE_HOST=https://aura.lin.witapps.us AURA_PREFIX=api/v1 AURA_OPEN_AI_HOST=https://api.openai.com AURA_OPEN_AI_PREFIX=v1