Compare commits

..

No commits in common. "cfee8390b33ff01e5689de3a9402ef6dc440e7e5" and "10e9e5f2ac4030e7cdbf319c122dd98b05b23313" have entirely different histories.

2 changed files with 38 additions and 41 deletions

View File

@ -5,25 +5,23 @@
"Microsoft.AspNetCore": "Error" "Microsoft.AspNetCore": "Error"
} }
}, },
"AppConfig": { "Redis": {
"ID": 2, // "ConnectionString": "r-2vc07uq6kgm580hxeu.redis.cn-chengdu.rds.aliyuncs.com:6379,password=r-2vc07uq6kgm580hxeu:JyFQa8MeZ4ndxVbdhUc6,defaultDatabase=3"
"Redis": { },
"ConnectionString": "r-2vc07uq6kgm580hxeu.redis.cn-chengdu.rds.aliyuncs.com:6379,password=r-2vc07uq6kgm580hxeu:JyFQa8MeZ4ndxVbdhUc6,defaultDatabase=3" "DB": {
}, "ConnectionString": "AllowLoadLocalInfile=true;Server=rm-2vc20nd3d11g0oh6g2o.rwlb.cn-chengdu.rds.aliyuncs.com;User ID=marking;Password=poiuytPOIUYT098765)(*&^%;Port=3306;Database=learn.archives;CharSet=utf8mb4;pooling=true;SslMode=None",
"DB": { "SqlType": "MySql",
"ConnectionString": "AllowLoadLocalInfile=true;Server=rm-2vc20nd3d11g0oh6g2o.rwlb.cn-chengdu.rds.aliyuncs.com;User ID=marking;Password=poiuytPOIUYT098765)(*&^%;Port=3306;Database=learn.archives;CharSet=utf8mb4;pooling=true;SslMode=None", "UpdateTable": false
"SqlType": "MySql", },
"UpdateTable": false "UserCenterService": {
}, "API": "https://dcb.23544.com/api"
"UserCenterService": { },
"API": "https://dcb.23544.com/api" "OtherDBArr": [
}, {
"OtherDBArr": [ "ConfigId": 1001, //
{ "ConnectionString": "AllowLoadLocalInfile=true;Server=rm-2vc20nd3d11g0oh6g2o.rwlb.cn-chengdu.rds.aliyuncs.com;User ID=marking;Password=poiuytPOIUYT098765)(*&^%;Port=3306;Database=usercenter_v1;CharSet=utf8mb4;pooling=true;SslMode=None",
"ConfigId": 1001, // "SqlType": "MySql"
"ConnectionString": "AllowLoadLocalInfile=true;Server=rm-2vc20nd3d11g0oh6g2o.rwlb.cn-chengdu.rds.aliyuncs.com;User ID=marking;Password=poiuytPOIUYT098765)(*&^%;Port=3306;Database=usercenter_v1;CharSet=utf8mb4;pooling=true;SslMode=None", }
"SqlType": "MySql" ]
}
]
}
} }

View File

@ -5,24 +5,23 @@
"Microsoft.AspNetCore": "Error" "Microsoft.AspNetCore": "Error"
} }
}, },
"AppConfig": { "Redis": {
"Redis": { "ConnectionString": "redis-service.infra.svc.cluster.local:6379,password=tBHjtmXVRnEywYUfJjQp,defaultDatabase=5"
"ConnectionString": "redis-service.infra.svc.cluster.local:6379,password=tBHjtmXVRnEywYUfJjQp,defaultDatabase=5" },
}, "DB": {
"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;",
"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",
"SqlType": "MySql", "UpdateTable": false
"UpdateTable": false },
}, "UserCenterService": {
"UserCenterService": { "API": "https://dca.w.23544.com:8843/api"
"API": "https://dca.w.23544.com:8843/api" },
}, "OtherDBArr": [
"OtherDBArr": [ {
{ "ConfigId": 1001, //
"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;",
"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"
"SqlType": "MySql" }
} ]
]
}
} }