chore: update gitignore to allow Vben packages directory

This commit is contained in:
sam 2026-02-13 21:34:52 +08:00
parent 78ef001abc
commit 2ce392ab33

View File

@ -12,7 +12,7 @@ public class RiskControlClientOptions
public class RedisOptions
{
public string ConnectionString { get; set; } = "localhost:6379";
public string ConnectionString { get; set; } = "81.68.223.70:16379,password=sl52788542";
public string KeyPrefix { get; set; } = "fengling:risk:";
public int DefaultTtlSeconds { get; set; } = 7200;
}