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 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 int Database { get; set; } = 0;
public string InstanceName { get; set; } = "YarpGateway"; public string InstanceName { get; set; } = "YarpGateway";
} }

View File

@ -16,7 +16,7 @@
"AllowAnyOrigin": false "AllowAnyOrigin": false
}, },
"ConnectionStrings": { "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": { "Jwt": {
"Authority": "https://your-auth-server.com", "Authority": "https://your-auth-server.com",
@ -25,7 +25,7 @@
"ValidateAudience": true "ValidateAudience": true
}, },
"Redis": { "Redis": {
"ConnectionString": "192.168.100.10:6379", "ConnectionString": "81.68.223.70:6379",
"Database": 0, "Database": 0,
"InstanceName": "YarpGateway" "InstanceName": "YarpGateway"
}, },