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