{ "AuthServer": { "Authority": "http://localhost:10100", "ApiName": "IdentityService" }, "App": { "CorsOrigins": "http://localhost:9527,http://localhost:9528" }, "ConnectionStrings": { "Default": "Server=192.168.0.140;Database=ABP;user id=sa;Password=Microsoft2008" // "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": "*" }