From 2ea449581639a346090b9b45e7ceb90f57a3bd69 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Tue, 19 Mar 2019 19:17:19 +0100 Subject: [PATCH] Add internal URL --- conf/.env | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/.env b/conf/.env index 1453925..a5c103e 100644 --- a/conf/.env +++ b/conf/.env @@ -10,5 +10,8 @@ DB_DIR=__FINALPATH__/distbin-db # The external URL EXTERNAL_URL=https://__DOMAIN_URI__ +# The internal URL +INTERNAL_URL=http://localhost:__PORT__/ + # The Node Environnement NODE_ENV=production \ No newline at end of file