You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

51 lines
1.6 KiB

{
"Logging": {
"LogLevel": {
"Microsoft.EntityFrameworkCore.Database.Command": "Debug"
}
},
"App": {
"SelfUrl": "http://10.1.12.140:9529",
"ClientUrl": "http://10.1.12.140:9529",
//"SelfUrl": "http://localhost:9530",
//"ClientUrl": "http://localhost:9530",
"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",
"Sql": "select id::varchar as Code ,display_name as DisplayName ,simple_code as SimpleCode ,display_order as DisplayOrder from asbitem",
"ColumnNames": "编码,名称",
"SelfUser": "admin",
"SelfPassword": "666666"
},
"ConnectionStrings": {
//"Default": "Host=140.143.162.39;Port=5432;Database=ShentunPeis070703;User ID=postgres;Password=shentun123;",
"Default": "Host=10.1.12.140;Port=5432;Database=ShentunPeis0508;User ID=postgres;Password=st123;"
},
"RemoteServices": {
"Default": {
"BaseUrl": "http://localhost:53929/"
}
},
"OpenIddict": {
"Applications": {
"Peis_Web": {
"ClientId": "Peis_Web",
"ClientSecret": "1q2w3e*",
"RootUrl": "https://localhost:44328"
},
"Peis_App": {
"ClientId": "Peis_App",
"RootUrl": "http://localhost:4200"
},
"Peis_BlazorServerTiered": {
"ClientId": "Peis_BlazorServerTiered",
"ClientSecret": "1q2w3e*",
"RootUrl": "https://localhost:44383"
},
"Peis_Swagger": {
"ClientId": "Peis_Swagger",
"RootUrl": "https://localhost:44399"
}
}
}
}