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