Skip to content

Environment Variables

Ajay Ramachandran edited this page Oct 3, 2020 · 9 revisions

NO_LOGS: Disable logging to a file. See here

NO_SOCKET_CONTROL: Disable TCP server that can control the states remotely

TESTING: Enable sensor testing and load sensor data from a testing file instead of real sensors. See here

On Linux/WSL:

Set: export <variable-Name>=1

Unset: unset <variable-Name>

You can also set this up with Vscode

Clone this wiki locally