You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
943 B
26 lines
943 B
{
|
|
"App": {
|
|
"CorsOrigins": "https://*.FileManagement.com,http://localhost:4200,http://localhost:44307,https://localhost:44307"
|
|
},
|
|
"ConnectionStrings": {
|
|
"FileManagement":"Data Source=localhost;Database=FileManagement;uid=root;pwd=1q2w3E*;charset=utf8mb4;Allow User Variables=true;AllowLoadLocalInfile=true",
|
|
},
|
|
"Redis": {
|
|
"Configuration": "localhost,password=mypassword,defaultdatabase=1"
|
|
},
|
|
"AliYun": {
|
|
"OSS": {
|
|
"AccessKeyId": "LTAI5tLkt3vvScGPVZ5qKJDc",
|
|
"AccessKeySecret": "BixV8vP5uPrbsdwjYzzsEXOPjkxPST",
|
|
"Endpoint": "oss-cn-shenzhen.aliyuncs.com",
|
|
"ContainerName": "lion-abp-pro",
|
|
"RegionId": "oss-cn-shenzhen",
|
|
"RoleArn": "acs:ram::1846393972471789:role/ramosstest"
|
|
}
|
|
}
|
|
}
|
|
|
|
//用户登录名称 lion.abp@1846393972471789.onaliyun.com
|
|
//AccessKey ID LTAI5tLkt3vvScGPVZ5qKJDc
|
|
//AccessKey Secret BixV8vP5uPrbsdwjYzzsEXOPjkxPST
|
|
//acs:ram::1846393972471789:role/ramosstest
|