mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
environment variables
This commit is contained in:
parent
f00d3171fb
commit
f5715bf258
1 changed files with 6 additions and 1 deletions
|
|
@ -78,10 +78,15 @@
|
|||
isEnabled = "YES">
|
||||
</EnvironmentVariable>
|
||||
<EnvironmentVariable
|
||||
key = "publicMqttUsername"
|
||||
key = "PUBLIC_MQTT_USERNAME"
|
||||
value = "meshdev"
|
||||
isEnabled = "YES">
|
||||
</EnvironmentVariable>
|
||||
<EnvironmentVariable
|
||||
key = "PUBLIC_MQTT_PASSWORD"
|
||||
value = ""
|
||||
isEnabled = "YES">
|
||||
</EnvironmentVariable>
|
||||
</EnvironmentVariables>
|
||||
</LaunchAction>
|
||||
<ProfileAction
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue