|
|
|
@ -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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
##
|
|
|
|
|