Configuration - lancehilliard/BusyLight GitHub Wiki
BusyLight needs some information. You specify this information in environment variables.
Set these values before running the software.
Variables
| Name | Required? | Description |
|---|---|---|
| BusyLight.MessageQueueUrl | Required | Your AMQP URL (see Messaging).Example commandline: setx BusyLight.MessageQueueUrl <YOUR_AMQP_URL> |
| BusyLight.ActiveColor | Optional | The LED color to show (default: red).Example commandline: setx BusyLight.ActiveColor #FF0000 |