mirror of
https://github.com/stoatchat/self-hosted.git
synced 2026-03-03 02:27:01 +00:00
Update variables.
This commit is contained in:
11
.env.example
11
.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
|
||||
|
||||
Reference in New Issue
Block a user