Updated local port and scheme

This commit is contained in:
Jonas Dellinger 2017-09-03 14:53:04 +02:00
parent 1af1d37a35
commit 9e6c11818f

View File

@ -5,8 +5,8 @@
{
public int TimerInterval { get; set; } = 50;
public string HostUrl { get; set; } = "https://127.0.0.1";
public string HostUrl { get; set; } = "http://127.0.0.1";
public int Port { get; set; } = 4371;
public int Port { get; set; } = 4381;
}
}