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