Browse Source

修改IP地址配置

bjmzak
DESKTOP-G961P6V\Zhh 3 years ago
parent
commit
1d33e7433f
  1. 2
      src/Shentun.Peis.Application/Nations/NationAppService.cs
  2. 2
      test/Shentun.Peis.Domain.Tests/appsettings.json
  3. 2
      test/Shentun.Peis.EntityFrameworkCore.Tests/EntityFrameworkCore/PeisEntityFrameworkCoreTestModule.cs

2
src/Shentun.Peis.Application/Nations/NationAppService.cs

@ -83,8 +83,8 @@ namespace Shentun.Peis.Nations
return nationDto;
}).ToList();
/*
var entlist = (await _repository.GetListAsync()).OrderBy(o => o.DisplayOrder).ToList();
if (!string.IsNullOrEmpty(input.Filter))

2
test/Shentun.Peis.Domain.Tests/appsettings.json

@ -1,6 +1,6 @@
{
"ConnectionStrings": {
"Default": "Host=81.70.217.145;Port=5432;Database=ShentunPeis;User ID=postgres;Password=shentun123;"
"Default": "Host=140.143.162.39;Port=5432;Database=ShentunPeis070703;User ID=postgres;Password=shentun123;"
},
"OpenIddict": {
"Applications": {

2
test/Shentun.Peis.EntityFrameworkCore.Tests/EntityFrameworkCore/PeisEntityFrameworkCoreTestModule.cs

@ -40,7 +40,7 @@ public class PeisEntityFrameworkCoreTestModule : AbpModule
}
private void ConfigurePostGress(IServiceCollection services)
{
string connectStr = "Host=81.70.217.145;Port=5432;Database=ShentunPeis;User ID=postgres;Password=shentun123";
string connectStr = "Host=140.143.162.39;Port=5432;Database=ShentunPeis070703;User ID=postgres;Password=shentun123";
services.Configure<AbpDbContextOptions>(options =>

Loading…
Cancel
Save