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.
39 lines
1.3 KiB
39 lines
1.3 KiB
{
|
|
"AuthServer": {
|
|
"Authority": "http://localhost:10100",
|
|
"ApiName": "IdentityService"
|
|
},
|
|
"App": {
|
|
"CorsOrigins": "http://localhost:9527,http://localhost:9528"
|
|
},
|
|
"ConnectionStrings": {
|
|
"Default": "Server=124.220.28.250;Database=ABP;User ID=sa;Password=Microsoft2008;"
|
|
//"Default": "Server=192.168.0.140;Database=ABP;User ID=sa;Password=Microsoft@2021;"
|
|
// "Default": "Server=LAPTOP-V3U07C2O;Database=ABP;User ID=sa;Password=1q2w!@#;"
|
|
//"Default": "Server=114.116.225.148,13314;Database=ABP;User ID=sa;Password=Microsoft2020;"
|
|
},
|
|
"ElasticSearch": {
|
|
"Url": "http://localhost:9200"
|
|
},
|
|
"Redis": {
|
|
"Configuration": "127.0.0.1"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Warning"
|
|
}
|
|
},
|
|
//"Settings": {
|
|
// "Abp.Localization.DefaultLanguage": "zh-Hans",
|
|
// "Abp.Identity.Password.RequireNonAlphanumeric": "false", //去掉非字母限制
|
|
// "Abp.Identity.Password.RequireUppercase": "false", //去掉大写限制
|
|
// "Abp.Identity.Password.RequireLowercase": "false", //去掉小写
|
|
// "Abp.Identity.Password.RequiredLength": "1",
|
|
// "Abp.Identity.SignIn.RequireConfirmedEmail": "true",
|
|
// //设置用户锁定
|
|
// "Abp.Identity.Lockout.AllowedForNewUsers": "true",
|
|
// "Abp.Identity.Lockout.MaxFailedAccessAttempts": "3"
|
|
//},
|
|
"AllowedHosts": "*",
|
|
"Urls": "http://*:8055"
|
|
}
|
|
|