7 lines
158 B
C#
7 lines
158 B
C#
namespace Moonlight.Api.Configuration;
|
|
|
|
public class RedisOptions
|
|
{
|
|
public bool Enable { get; set; }
|
|
public string ConnectionString { get; set; }
|
|
} |