diff --git a/environments/.env.develop b/environments/.env.develop
new file mode 100644
index 0000000..1aaa843
--- /dev/null
+++ b/environments/.env.develop
@@ -0,0 +1,6 @@
+AURA_API_HOST=https://api-web.aura.wit.life
+AURA_DAPI_HOST=https://dev.api.aura.witapps.us
+AURA_SITE_HOST=https://aura.wit.life
+AURA_PREFIX=api/v1
+AURA_OPEN_AI_HOST=https://api.openai.com
+AURA_OPEN_AI_PREFIX=v1
\ No newline at end of file
diff --git a/environments/.env.production b/environments/.env.production
new file mode 100644
index 0000000..05cd7ea
--- /dev/null
+++ b/environments/.env.production
@@ -0,0 +1,6 @@
+AURA_API_HOST=https://api-web.aura.wit.life
+AURA_DAPI_HOST=https://api.aura.witapps.us
+AURA_SITE_HOST=https://aura.wit.life
+AURA_PREFIX=api/v1
+AURA_OPEN_AI_HOST=https://api.openai.com
+AURA_OPEN_AI_PREFIX=v1
\ No newline at end of file
diff --git a/index.html b/index.html
index 2d0d1da..e1616df 100755
--- a/index.html
+++ b/index.html
@@ -89,7 +89,6 @@
-