Merge pull request 'staging' (#24) from staging into master
Reviewed-on: #24
This commit is contained in:
commit
cfee8390b3
|
|
@ -5,23 +5,25 @@
|
||||||
"Microsoft.AspNetCore": "Error"
|
"Microsoft.AspNetCore": "Error"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Redis": {
|
"AppConfig": {
|
||||||
"ConnectionString": "r-2vc07uq6kgm580hxeu.redis.cn-chengdu.rds.aliyuncs.com:6379,password=r-2vc07uq6kgm580hxeu:JyFQa8MeZ4ndxVbdhUc6,defaultDatabase=3"
|
"ID": 2, //程序唯一值
|
||||||
},
|
"Redis": {
|
||||||
"DB": {
|
"ConnectionString": "r-2vc07uq6kgm580hxeu.redis.cn-chengdu.rds.aliyuncs.com:6379,password=r-2vc07uq6kgm580hxeu:JyFQa8MeZ4ndxVbdhUc6,defaultDatabase=3"
|
||||||
"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",
|
},
|
||||||
"SqlType": "MySql",
|
"DB": {
|
||||||
"UpdateTable": false
|
"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",
|
||||||
},
|
"SqlType": "MySql",
|
||||||
"UserCenterService": {
|
"UpdateTable": false
|
||||||
"API": "https://dcb.23544.com/api"
|
},
|
||||||
},
|
"UserCenterService": {
|
||||||
"OtherDBArr": [
|
"API": "https://dcb.23544.com/api"
|
||||||
{
|
},
|
||||||
"ConfigId": 1001, //用户中心
|
"OtherDBArr": [
|
||||||
"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"
|
"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",
|
||||||
]
|
"SqlType": "MySql"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,23 +5,24 @@
|
||||||
"Microsoft.AspNetCore": "Error"
|
"Microsoft.AspNetCore": "Error"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Redis": {
|
"AppConfig": {
|
||||||
"ConnectionString": "redis-service.infra.svc.cluster.local:6379,password=tBHjtmXVRnEywYUfJjQp,defaultDatabase=5"
|
"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;",
|
"DB": {
|
||||||
"SqlType": "MySql",
|
"ConnectionString": "AllowLoadLocalInfile=true;Server=58.17.132.2;User ID=marking;Password=qwe123!@#;Database=learn.archives;CharSet=utf8mb4;Port=43306;pooling=true;SslMode=None;",
|
||||||
"UpdateTable": false
|
"SqlType": "MySql",
|
||||||
},
|
"UpdateTable": false
|
||||||
"UserCenterService": {
|
},
|
||||||
"API": "https://dca.w.23544.com:8843/api"
|
"UserCenterService": {
|
||||||
},
|
"API": "https://dca.w.23544.com:8843/api"
|
||||||
"OtherDBArr": [
|
},
|
||||||
{
|
"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;",
|
"ConfigId": 1001, //用户中心
|
||||||
"SqlType": "MySql"
|
"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"
|
||||||
]
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue