wxd 3 months ago
parent
commit
2451fda37f
  1. 4
      src/Shentun.Peis.DbMigrator/appsettings.json
  2. 14
      src/Shentun.Peis.HttpApi.Host/appsettings.json

4
src/Shentun.Peis.DbMigrator/appsettings.json

@ -1,10 +1,10 @@
{ {
"ConnectionStrings": { "ConnectionStrings": {
//"Default": "Host=140.143.162.39;Port=5432;Database=ShentunPeis240701;User ID=postgres;Password=shentun123;"
"Default": "Host=140.143.162.39;Port=5432;Database=ShentunPeis240701;User ID=postgres;Password=shentun123;"
//"Default": "Host=192.168.2.67;Port=5432;Database=ShentunPeis;User ID=postgres;Password=st123;" //"Default": "Host=192.168.2.67;Port=5432;Database=ShentunPeis;User ID=postgres;Password=st123;"
//"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=ShentunPeis0508;User ID=postgres;Password=st123;" //"Default": "Host=10.1.12.140;Port=5432;Database=ShentunPeis0508;User ID=postgres;Password=st123;"
"Default": "Host=192.168.0.188;Port=5432;Database=ShentunPeis;User ID=postgres;Password=St123456;"
//"Default": "Host=192.168.0.188;Port=5432;Database=ShentunPeis;User ID=postgres;Password=St123456;"
}, },
"OpenIddict": { "OpenIddict": {
"Applications": { "Applications": {

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

@ -5,17 +5,17 @@
"CorsOrigins": "https://*.Peis.com,http://localhost:4200,http://localhost:9530,http://192.168.1.108:9530,http://localhost:8080,http://localhost:8081,http://192.168.0.3:9531", "CorsOrigins": "https://*.Peis.com,http://localhost:4200,http://localhost:9530,http://192.168.1.108:9530,http://localhost:8080,http://localhost:8081,http://192.168.0.3:9531",
"RedirectAllowedUrls": "http://localhost:9530", "RedirectAllowedUrls": "http://localhost:9530",
"SelfUser": "admin", "SelfUser": "admin",
//"SelfPassword": "Shentun!@#qwe123",
"SelfPassword": "654321",
"SelfPassword": "Shentun!@#qwe123",
//"SelfPassword": "654321",
"LisUser": "admin", "LisUser": "admin",
//"LisPassword": "Shentun!@#qwe123"
"LisPassword": "654321"
"LisPassword": "Shentun!@#qwe123"
//"LisPassword": "654321"
}, },
"ConnectionStrings": { "ConnectionStrings": {
//"Default": "Host=10.1.12.140;Port=5432;Database=ShentunPeis0508;User ID=postgres;Password=st123;" //"Default": "Host=10.1.12.140;Port=5432;Database=ShentunPeis0508;User ID=postgres;Password=st123;"
//"Default": "Host=140.143.162.39;Port=5432;Database=ShentunPeis240701;User ID=postgres;Password=shentun123;"
"Default": "Host=140.143.162.39;Port=5432;Database=ShentunPeis240701;User ID=postgres;Password=shentun123;"
//"Default": "Host=192.168.2.67;Port=5432;Database=ShentunPeis;User ID=postgres;Password=st123;", //"Default": "Host=192.168.2.67;Port=5432;Database=ShentunPeis;User ID=postgres;Password=st123;",
"Default": "Host=192.168.0.188;Port=5432;Database=ShentunPeis;User ID=postgres;Password=St123456;"
//"Default": "Host=192.168.0.188;Port=5432;Database=ShentunPeis;User ID=postgres;Password=St123456;"
}, },
"AuthServer": { "AuthServer": {
"Authority": "http://localhost:9530", "Authority": "http://localhost:9530",
@ -62,7 +62,7 @@
"Hangfire": { "Hangfire": {
"IsEnabled": true, "IsEnabled": true,
"IsEnabledDashboard": true, "IsEnabledDashboard": true,
"ConnectionStrings": "192.168.0.188:6379,password=shentun123",
"ConnectionStrings": "140.143.162.39:6379,password=st123",
"Db": 6 "Db": 6
}, },
"Pacs": { "Pacs": {

Loading…
Cancel
Save