DocSpace-client/common/services/ASC.Socket.IO.Svc/SocketSettings.cs
2020-08-02 23:12:45 +03:00

11 lines
253 B
C#

namespace ASC.Socket.IO.Svc
{
public class SocketSettings
{
public string Path { get; set; }
public string Port { get; set; }
public string RedisHost { get; set; }
public string RedisPort { get; set; }
}
}