change port to default 8800

#40
This commit is contained in:
Chris.Watts90@outlook.com 2017-02-23 17:02:18 +00:00
parent caa7408465
commit 1be6465901

View File

@ -5,6 +5,6 @@
</startup> </startup>
<appSettings> <appSettings>
<add key="NLogConfigFilePath" value="Configs/NLogConfig.xml"/> <add key="NLogConfigFilePath" value="Configs/NLogConfig.xml"/>
<add key="DataCenterServiceEndpoint" value="http://localhost:1234"/> <add key="DataCenterServiceEndpoint" value="http://localhost:8800"/>
</appSettings> </appSettings>
</configuration> </configuration>