Added warning to readme

This commit is contained in:
Jan
2021-10-24 14:01:16 +02:00
committed by GitHub
parent 03437cf515
commit 194bc45fb6

View File

@@ -19,6 +19,9 @@ Then simply go to http://local.revolt.chat:5000
Copy the `.env` file and edit according to your needs. 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 ```bash
cp .env.example .env cp .env.example .env
``` ```