Skip to content

Code notes

ArthurMitchell42 edited this page Jul 5, 2021 · 6 revisions

Global definitions and start up

Code The environment variable AWS_CONFIG_PATH has been added to help implementation in docker. In the docker file there is an ENV definition to set it to /config, where the volume mount point goes. On other systems it can be left blank to use the working directory as the config & log location or be set to an OS specific value.

The configuration file

Code See the read-me file for the format and details.

Clone this wiki locally