wxd 2 years ago
parent
commit
c2f8584948
  1. 9
      src/Shentun.Peis.HttpApi.Host/appsettings.json

9
src/Shentun.Peis.HttpApi.Host/appsettings.json

@ -6,12 +6,14 @@
"CorsOrigins": "https://*.Peis.com,http://localhost:4200,http://localhost:9530,http://192.168.1.108:9530,http://localhost:8080,http://localhost:8081", "CorsOrigins": "https://*.Peis.com,http://localhost:4200,http://localhost:9530,http://192.168.1.108:9530,http://localhost:8080,http://localhost:8081",
"RedirectAllowedUrls": "http://localhost:9530", "RedirectAllowedUrls": "http://localhost:9530",
"SelfUser": "admin", "SelfUser": "admin",
"SelfPassword": "666666"
"SelfPassword": "666666",
"LisUser": "admin",
"LisPassword": "666666"
}, },
"ConnectionStrings": { "ConnectionStrings": {
//"Default": "Host=140.143.162.39;Port=5432;Database=ShentunPeis070703;User ID=postgres;Password=shentun123;" //"Default": "Host=140.143.162.39;Port=5432;Database=ShentunPeis070703;User ID=postgres;Password=shentun123;"
//"Default": "Host=localhost;Port=5432;Database=ShentunPeis1218;User ID=postgres;Password=wxd123;" //"Default": "Host=localhost;Port=5432;Database=ShentunPeis1218;User ID=postgres;Password=wxd123;"
"Default": "Host=10.1.12.140;Port=5432;Database=ShentunPeis;User ID=postgres;Password=st123;"
"Default": "Host=10.1.12.140;Port=5432;Database=ShentunPeis0508;User ID=postgres;Password=st123;"
}, },
"AuthServer": { "AuthServer": {
"Authority": "http://localhost:9530", "Authority": "http://localhost:9530",
@ -26,7 +28,8 @@
"Abp.Identity.Password.RequireLowercase": false, "Abp.Identity.Password.RequireLowercase": false,
"Abp.Identity.Password.RequireUppercase": false, "Abp.Identity.Password.RequireUppercase": false,
"Abp.Identity.Password.RequireNonAlphanumeric": false, "Abp.Identity.Password.RequireNonAlphanumeric": false,
"Abp.Identity.Password.RequiredLength": 6
"Abp.Identity.Password.RequiredLength": 6,
"Abp.Localization.DefaultLanguage": "zh-Hans"
}, },
"HostUrl": { "HostUrl": {
"ApiUrl": "http://140.143.162.39:9529" "ApiUrl": "http://140.143.162.39:9529"

Loading…
Cancel
Save