From 084a59e5a7ff439a0e45006d7fb49774271fb3e1 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Wed, 6 Mar 2019 04:15:18 +0100 Subject: [PATCH] Fix port --- conf/.env | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/conf/.env b/conf/.env index 912f470..f94c4e5 100644 --- a/conf/.env +++ b/conf/.env @@ -5,7 +5,10 @@ PATH=__NODEJS_PATH__ MONGO_URL=mongodb://127.0.0.1:27017/__DB_NAME__ # Root URL -ROOT_URL=https://__DOMAIN_URI__ PORT=__PORT__ +ROOT_URL=https://__DOMAIN_URI__ + +#Port +PORT=__PORT__ # The Node Environnement NODE_ENV=production