|
namespace BlueWest.WebApi.Configuration
|
|
{
|
|
public class ConnectionStringDocker
|
|
{
|
|
public string Redis { get; set; }
|
|
public string MySql { get; set; }
|
|
}
|
|
public class ConnectionStringNoDocker
|
|
{
|
|
public string Redis { get; set; }
|
|
public string MySql { get; set; }
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|