diff --git a/src/Shentun.Peis.HttpApi.Host/appsettings.json b/src/Shentun.Peis.HttpApi.Host/appsettings.json index e209394..3d44c66 100644 --- a/src/Shentun.Peis.HttpApi.Host/appsettings.json +++ b/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", "RedirectAllowedUrls": "http://localhost:9530", "SelfUser": "admin", - "SelfPassword": "666666" + "SelfPassword": "666666", + "LisUser": "admin", + "LisPassword": "666666" }, "ConnectionStrings": { //"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=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": { "Authority": "http://localhost:9530", @@ -26,7 +28,8 @@ "Abp.Identity.Password.RequireLowercase": false, "Abp.Identity.Password.RequireUppercase": false, "Abp.Identity.Password.RequireNonAlphanumeric": false, - "Abp.Identity.Password.RequiredLength": 6 + "Abp.Identity.Password.RequiredLength": 6, + "Abp.Localization.DefaultLanguage": "zh-Hans" }, "HostUrl": { "ApiUrl": "http://140.143.162.39:9529"