set environment variables to bad values to test xcode cloud replacement

This commit is contained in:
Garth Vander Houwen 2025-02-07 09:16:52 -08:00
parent fcf96dce32
commit ba87723e5f

View file

@ -79,12 +79,12 @@
</EnvironmentVariable>
<EnvironmentVariable
key = "PUBLIC_MQTT_USERNAME"
value = "meshdev"
value = "meshdev1"
isEnabled = "YES">
</EnvironmentVariable>
<EnvironmentVariable
key = "PUBLIC_MQTT_PASSWORD"
value = ""
value = "large4cats1"
isEnabled = "YES">
</EnvironmentVariable>
</EnvironmentVariables>