@@ -1,2 +1,6 @@
+## CI ENVIRONMENT FILE
+NODE_ENV=production
+DEBUG=1
+
SSR_API_BASE_URL = https://api.preprod.opentalent.fr
CLIENT_API_BASE_URL = https://api.preprod.opentalent.fr
+## LOCAL ENVIRONMENT FILE
+NODE_ENV=dev
SSR_API_BASE_URL = http://nginx
CLIENT_API_BASE_URL = https://local.api.opentalent.fr
+## PREPROD ENVIRONMENT FILE
@@ -0,0 +1,7 @@
+## PROD ENVIRONMENT FILE
+# /!\ -- USE ONLY IN PRODUCTION --
+DEBUG=0
+SSR_API_BASE_URL = https://api.opentalent.fr
+CLIENT_API_BASE_URL = https://api.opentalent.fr