Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 808 Bytes

environment.md

File metadata and controls

9 lines (7 loc) · 808 Bytes

Environment

This document describes the required environment variables to run the micro-service.

Name Description Example Mandatory
RABBIT_MQ_CONNECTION_STRING The connection string to the RabbitMQ instance. amqp://username:password@address:port/ Yes
STATIC_FILES_MICROSERVICE_ADDRESS The address of the static files micro-service. http://domain:port Yes
TESTS_EXECUTION_DIRECTORY The path (preferably absolute) to the directory where the tests will be executed. /tmp No