Files
Michael Housh 24f2ad63a7
Some checks failed
CI / Run Tests (push) Has been cancelled
feat: Moved cli client tests to XCTest to work in docker
2024-11-18 15:53:23 -05:00

11 lines
231 B
JSON
Executable File

{
"APP_ENV": "testing",
"MQTT_HOST": "test.mqtt",
"MQTT_PORT": "1234",
"MQTT_IDENTIFIER": "testing-mqtt",
"MQTT_USERNAME": "test-user",
"MQTT_PASSWORD": "super-secret",
"LOG_LEVEL": "debug",
"MQTT_VERSION": "5.0"
}