chore: update gitignore to allow Vben packages directory
This commit is contained in:
parent
78ef001abc
commit
2ce392ab33
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user