Configure
First published: Wednesday, May 28, 2025 | Last updated: Wednesday, May 28, 2025Apply essential configurations used by the SloopStash Docker starter-kit.
Previous: Setup |
Configure environment variables
Supported environment variables
# Allowed values for $ENVIRONMENT variable.
* dev
* qaa
* qab
Set environment variables
# Store environment variables.
$ export ENVIRONMENT=dev
Previous: Setup |