Question How to Perform the Apexx Series Software Setup? |
Answer Note: The steps may vary depending on your web browser and operating system. If any of these steps are unclear, consult the Google Cloud tutorial for further details.
<?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="APIURL" value="https://localhost:5001"/> <add key="MQTTHost" value="localhost"/> <add key="MQTTPort" value="8883"/> <add key="ClientID" value="xxxxxx"/> <add key="ClientSecret" value="yyyyyy"/> </appSettings> </configuration> Note: The values in the yellow highlighted portion above should contain the Client ID and Client Secret values in place of the xxxxxx and yyyyyy respectively
|