workflow_launcher/environments/README.md

11 lines
414 B
Markdown
Raw Normal View History

2024-05-24 02:25:41 -04:00
# Intro
2024-05-24 02:55:36 -04:00
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)
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
```