Files
swift-mqtt-dewpoint/Tests/CliClientTests/test.env
Michael Housh ce18c44363
Some checks failed
CI / Run Tests (push) Failing after 3m7s
feat: Working on cli client and tests
2024-11-17 22:23:44 -05:00

9 lines
180 B
Bash

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"