mirror of
https://github.com/miawinter98/just-short-it.git
synced 2024-11-10 03:59:53 +00:00
5 lines
127 B
C#
5 lines
127 B
C#
|
namespace JustShortIt.Model;
|
|||
|
|
|||
|
public record RedisConnection(string ConnectionString, string InstanceName = "JustShortIt");
|
|||
|
|