From cdb4fbe20a391794d1eb143f7e076b0ff6980ac1 Mon Sep 17 00:00:00 2001 From: Paul Date: Mon, 12 Jul 2021 12:01:12 +0100 Subject: [PATCH] Revert. --- .env.example | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.env.example b/.env.example index 6e64cc3..6a72515 100644 --- a/.env.example +++ b/.env.example @@ -1,18 +1,18 @@ # URL to where the REVOLT app is publicly accessible -REVOLT_APP_URL=http://localhost:5000 +REVOLT_APP_URL=http://local.revolt.chat:5000 # URL to where the API is publicly accessible -REVOLT_PUBLIC_URL=http://localhost:8000 -VITE_API_URL=https://localhost:8000 +REVOLT_PUBLIC_URL=http://local.revolt.chat:8000 +VITE_API_URL=https://local.revolt.chat:8000 # URL to where the WebSocket server is publicly accessible -REVOLT_EXTERNAL_WS_URL=ws://localhost:9000 +REVOLT_EXTERNAL_WS_URL=ws://local.revolt.chat:9000 # URL to where Autumn is publicly available -AUTUMN_PUBLIC_URL=http://localhost:3000 +AUTUMN_PUBLIC_URL=http://local.revolt.chat:3000 # URL to where January is publicly available -JANUARY_PUBLIC_URL=http://localhost:7000 +JANUARY_PUBLIC_URL=http://local.revolt.chat:7000 # URL to where Vortex is publicly available # VOSO_PUBLIC_URL=https://voso.revolt.chat