2024-05-24 03:11:04 -04:00
# Environments folder
2024-05-24 03:47:26 -04:00
The environments folder contains the .env files for the applications.
2024-05-24 02:25:41 -04:00
2024-05-24 03:50:21 -04:00
The files can be shared among workflows and it's intended to keep multiple environments under folder names for instance, this allows, for insance, to have a retrofit env for montreal and another one for nyc.
2024-05-24 03:11:04 -04:00
2024-05-24 03:48:25 -04:00
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)*
2024-05-24 02:25:41 -04:00
# env files structure
2024-05-24 02:54:25 -04:00
```
2024-05-24 02:25:41 -04:00
APPLICATION_USERNAME=username
APPLICATION_PASSWORD=secret_pass
2024-05-24 02:54:25 -04:00
APPLICATION=apikey
```