@@ -1,4 +1,6 @@
## LOCAL ENVIRONMENT FILE
+NODE_ENV=dev
+DEBUG=1
## API Base Url
SSR_API_BASE_URL=http://nginx_new
## PREPROD ENVIRONMENT FILE
+NODE_ENV=production
SSR_API_BASE_URL=https://ap2i.preprod.opentalent.fr
@@ -1,5 +1,7 @@
## PROD ENVIRONMENT FILE
# /!\ -- USE ONLY IN PRODUCTION --
+DEBUG=0
SSR_API_BASE_URL = https://ap2i.opentalent.fr