28 lines
867 B
JSON
28 lines
867 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Error",
|
|
"Microsoft.AspNetCore": "Error"
|
|
}
|
|
},
|
|
"Redis": {
|
|
"ConnectionString": "redis-service.infra.svc.cluster.local:6379,password=tBHjtmXVRnEywYUfJjQp,defaultDatabase=5"
|
|
},
|
|
"DB": {
|
|
"ConnectionString": "AllowLoadLocalInfile=true;Server=58.17.132.2;User ID=marking;Password=qwe123!@#;Database=learn.archives;CharSet=utf8mb4;Port=43306;pooling=true;SslMode=None;",
|
|
"SqlType": "MySql",
|
|
"UpdateTable": false
|
|
},
|
|
"UserCenterService": {
|
|
"API": "https://dca.w.23544.com:8843/api"
|
|
},
|
|
"OtherDBArr": [
|
|
{
|
|
"ConfigId": 1001, //用户中心
|
|
"ConnectionString": "AllowLoadLocalInfile=true;Server=58.17.132.2;User ID=marking;Password=qwe123!@#;Port=3306;Database=usercenter_v1;CharSet=utf8mb4;Port=43306;pooling=true;SslMode=None;",
|
|
"SqlType": "MySql"
|
|
}
|
|
]
|
|
}
|
|
|