From 07d0276be2f79e5d50d812d042acaf26b985031b Mon Sep 17 00:00:00 2001 From: Hemmho <69148585+Hemmho@users.noreply.github.com> Date: Fri, 6 Aug 2021 15:49:22 +0200 Subject: [PATCH] Fix Define the port to avoid collisions on port 3000 --- conf/.env | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/conf/.env b/conf/.env index edc1b98..c3e1c0f 100644 --- a/conf/.env +++ b/conf/.env @@ -2,4 +2,7 @@ # If you set this setting, the user will not be able to select # the server and have to use synapse-admin with this server. -REACT_APP_SERVER=https://__SYNAPSE_DOMAIN__ \ No newline at end of file +REACT_APP_SERVER=https://__SYNAPSE_DOMAIN__ + +#Define the port to avoid collisions on port 3000 +PORT=9090