diff options
Diffstat (limited to 'Software/Visual_Studio/Web/Tango.MachineService/Web.config')
| -rw-r--r-- | Software/Visual_Studio/Web/Tango.MachineService/Web.config | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Web/Tango.MachineService/Web.config b/Software/Visual_Studio/Web/Tango.MachineService/Web.config index 84b3d0a3a..85260c32c 100644 --- a/Software/Visual_Studio/Web/Tango.MachineService/Web.config +++ b/Software/Visual_Studio/Web/Tango.MachineService/Web.config @@ -45,6 +45,8 @@ <add key="TWILIO_FROM_NUMBER" value="+16466815605" /> <add key="TWILIO_ENABLE_SMS" value="true" /> <add key="TWILIO_ENABLE_ALPHA_SENDER" value="true" /> + + <add key="IOT_HUB_CONNECTION_STRING" value="HostName=iot-twine-dev-weu.azure-devices.net;SharedAccessKeyName=iothubowner;SharedAccessKey=PUcTQPd+5dCkc9sHqlDO2P3fV/wDlr4VNAIoTFqVovY=" /> </appSettings> <!-- @@ -198,7 +200,7 @@ </dependentAssembly> <dependentAssembly> <assemblyIdentity name="Microsoft.Owin" publicKeyToken="31bf3856ad364e35" culture="neutral" /> - <bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" /> + <bindingRedirect oldVersion="0.0.0.0-4.2.2.0" newVersion="4.2.2.0" /> </dependentAssembly> <dependentAssembly> <assemblyIdentity name="Z.EntityFramework.Extensions" publicKeyToken="59b66d028979105b" culture="neutral" /> |
