From 198e49c9398f0c4c0cff5f35e3fa3603acc85043 Mon Sep 17 00:00:00 2001 From: Paul Date: Mon, 12 Jul 2021 10:28:01 +0100 Subject: [PATCH] Update variables. --- .env.example | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) 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