From 84bb8629bb79088ceeb2b33e2ab1c2652cb3b101 Mon Sep 17 00:00:00 2001 From: oliver Date: Tue, 16 Jul 2024 20:52:26 -0600 Subject: [PATCH] add vairables that are coming in https://github.com/Rushmore75/frontend Signed-off-by: oliver --- .env.example | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.env.example b/.env.example index 602e1c9..bef7913 100644 --- a/.env.example +++ b/.env.example @@ -15,18 +15,23 @@ HOSTNAME=http://local.revolt.chat # URL to where the Revolt app is publicly accessible REVOLT_APP_URL=http://local.revolt.chat +# VITE_xxx variables are used in the new frontend https://github.com/revoltchat/frontend + # URL to where the API is publicly accessible REVOLT_PUBLIC_URL=http://local.revolt.chat/api VITE_API_URL=http://local.revolt.chat/api # URL to where the WebSocket server is publicly accessible REVOLT_EXTERNAL_WS_URL=ws://local.revolt.chat/ws +VITE_WS_URL=ws://local.revolt.chat/ws # URL to where Autumn is publicly available AUTUMN_PUBLIC_URL=http://local.revolt.chat/autumn +VITE_MEDIA_URL=http://local.revolt.chat/autumn # URL to where January is publicly available JANUARY_PUBLIC_URL=http://local.revolt.chat/january +VITE_PROXY_URL=http://local.revolt.chat/january ##