From 47e2a0bfc38708fd1e0f3f56cf5af45bf28707f2 Mon Sep 17 00:00:00 2001 From: Guille Gutierrez Date: Fri, 24 May 2024 03:11:04 -0400 Subject: [PATCH] Update environments/README.md --- environments/README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/environments/README.md b/environments/README.md index e669522..45308de 100644 --- a/environments/README.md +++ b/environments/README.md @@ -1,6 +1,10 @@ -# Intro +# Environments folder -The environments folder contains the env files for application it can be shared among workflows and it's intended to keep multiple environments under folder names for instance, montreal city layers env will be placed in montreal_citylayers (%BASE_PATH%/environments/montreal_citylayers/.env) +The environments folder contains the .env files for the applications. + +The files can be shared among workflows and it's intended to keep multiple environments under folder names for instance, this allows to for instance to have a retrofit env for montreal and anotherone for nyc. + +In this example, montreal city layers env will be placed in montreal_citylayers *(%BASE_PATH%/environments/montreal_citylayers/.env)* # env files structure