From 7ca9df7c2e647e60c8fb9c7dea3d9ed332153792 Mon Sep 17 00:00:00 2001 From: Paul Date: Mon, 12 Jul 2021 12:03:30 +0100 Subject: [PATCH] Should be http. --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 6a72515..3cf2704 100644 --- a/.env.example +++ b/.env.example @@ -3,7 +3,7 @@ REVOLT_APP_URL=http://local.revolt.chat:5000 # URL to where the API is publicly accessible REVOLT_PUBLIC_URL=http://local.revolt.chat:8000 -VITE_API_URL=https://local.revolt.chat:8000 +VITE_API_URL=http://local.revolt.chat:8000 # URL to where the WebSocket server is publicly accessible REVOLT_EXTERNAL_WS_URL=ws://local.revolt.chat:9000