From 194bc45fb6a08092615042a82be1d430284bafeb Mon Sep 17 00:00:00 2001 From: Jan Date: Sun, 24 Oct 2021 14:01:16 +0200 Subject: [PATCH] Added warning to readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 8a3d7df..68932b8 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,9 @@ Then simply go to http://local.revolt.chat:5000 Copy the `.env` file and edit according to your needs. +> ⚠️ The default configuration is intended for testing and only works on your local machine. If you want to deploy to a remote server, you need to edit the URLs in the `.env` file. \ +> If you get a network error when trying to log in, **double check your configuration before opening an issue.** + ```bash cp .env.example .env ```