formating

This commit is contained in:
Guille 2024-05-24 09:48:25 +02:00
parent 3dbfbeb6c9
commit 650531f203

View File

@ -3,7 +3,13 @@ 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. 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)* while nyc city layers will be stored in **nyc_citylayers** *(%BASE_PATH%/environments/**nyc_citylayers**/.env)* In this example, montreal city layers env will be placed in:
**montreal_citylayers** *(%BASE_PATH%/environments/**montreal_citylayers**/.env)*
while nyc city layers will be stored in:
**nyc_citylayers** *(%BASE_PATH%/environments/**nyc_citylayers**/.env)*
# env files structure # env files structure