staging #31

Merged
hy merged 21 commits from staging into master 2025-11-11 18:36:29 +08:00
2 changed files with 41 additions and 38 deletions
Showing only changes of commit 2fc7169366 - Show all commits

View File

@ -5,6 +5,8 @@
"Microsoft.AspNetCore": "Error"
}
},
"AppConfig": {
"ID": 2, //
"Redis": {
"ConnectionString": "r-2vc07uq6kgm580hxeu.redis.cn-chengdu.rds.aliyuncs.com:6379,password=r-2vc07uq6kgm580hxeu:JyFQa8MeZ4ndxVbdhUc6,defaultDatabase=3"
},
@ -23,5 +25,5 @@
"SqlType": "MySql"
}
]
}
}

View File

@ -5,6 +5,7 @@
"Microsoft.AspNetCore": "Error"
}
},
"AppConfig": {
"Redis": {
"ConnectionString": "redis-service.infra.svc.cluster.local:6379,password=tBHjtmXVRnEywYUfJjQp,defaultDatabase=5"
},
@ -23,5 +24,5 @@
"SqlType": "MySql"
}
]
}
}