From b01a3c2a2bb3bcb52f84c7a31b7ac07f042b2e91 Mon Sep 17 00:00:00 2001 From: Legonzaur <34353603+Legonzaur@users.noreply.github.com> Date: Tue, 25 Apr 2023 18:54:55 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a47bee8..90f71c0 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This is the backend for Tone API. To install the Northstar mod, go [here](https://github.com/Legonzaur/ToneAPI_servermod) -To install, you must have a [postgresql](https://www.postgresql.org/) and [redis](https://redis.io/) server. Rename the `.env.example` to `.env` and edit the values. +To install, you must have a [postgresql](https://www.postgresql.org/) server. Rename the `.env.example` to `.env` and edit the values. The serverside and clientside parts are two different executables. You may need a reverse proxy like [nginx](https://www.nginx.com/) or use two different ports.