workflow_launcher/environments
2024-05-24 09:50:21 +02:00
..
.env_demo code cleaning and env refactor 2024-05-24 08:25:41 +02:00
.gitignore code cleaning and env refactor 2024-05-24 08:25:41 +02:00
README.md improve syntax 2024-05-24 09:50:21 +02:00

Environments folder

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, for insance, to have a retrofit env for montreal and another one 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)

env files structure

APPLICATION_USERNAME=username
APPLICATION_PASSWORD=secret_pass
APPLICATION=apikey