chore: update gitignore to allow Vben packages directory

This commit is contained in:
sam 2026-02-13 21:34:52 +08:00
parent 3263a33bbd
commit 1621f59e4a
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ namespace YarpGateway.Config;
public class RedisConfig
{
public string ConnectionString { get; set; } = "localhost:6379";
public string ConnectionString { get; set; } = "81.68.223.70:16379,password=sl52788542";
public int Database { get; set; } = 0;
public string InstanceName { get; set; } = "YarpGateway";
}

View File

@ -16,7 +16,7 @@
"AllowAnyOrigin": false
},
"ConnectionStrings": {
"DefaultConnection": "Host=192.168.100.10;Port=5432;Database=fengling_gateway;Username=movingsam;Password=sl52788542"
"DefaultConnection": "Host=81.68.223.70;Port=15432;Database=fengling_gateway;Username=movingsam;Password=sl52788542"
},
"Jwt": {
"Authority": "https://your-auth-server.com",
@ -25,7 +25,7 @@
"ValidateAudience": true
},
"Redis": {
"ConnectionString": "192.168.100.10:6379",
"ConnectionString": "81.68.223.70:6379",
"Database": 0,
"InstanceName": "YarpGateway"
},