diff --git a/.env.example b/.env.example index 3c014c9..6e64cc3 100644 --- a/.env.example +++ b/.env.example @@ -1,17 +1,18 @@ # URL to where the REVOLT app is publicly accessible -REVOLT_APP_URL=http://local.revolt.chat:5000 +REVOLT_APP_URL=http://localhost:5000 # URL to where the API is publicly accessible -REVOLT_PUBLIC_URL=http://local.revolt.chat:8000 +REVOLT_PUBLIC_URL=http://localhost:8000 +VITE_API_URL=https://localhost:8000 # URL to where the WebSocket server is publicly accessible -REVOLT_EXTERNAL_WS_URL=ws://local.revolt.chat:9000 +REVOLT_EXTERNAL_WS_URL=ws://localhost:9000 # URL to where Autumn is publicly available -AUTUMN_PUBLIC_URL=http://local.revolt.chat:3000 +AUTUMN_PUBLIC_URL=http://localhost:3000 # URL to where January is publicly available -JANUARY_PUBLIC_URL=http://local.revolt.chat:7000 +JANUARY_PUBLIC_URL=http://localhost:7000 # URL to where Vortex is publicly available # VOSO_PUBLIC_URL=https://voso.revolt.chat