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.
61 lines
2.1 KiB
61 lines
2.1 KiB
{
|
|
"App": {
|
|
"CorsOrigins": "https://*.SettleAccount.com,http://localhost:4200,http://localhost:44307,https://localhost:44307",
|
|
//"FileRootPath": "D:\\BJSettleCount\\ABP\\FileStorage\\wwwroot\\files\\host\\win-file-container" //公司服务器上地址
|
|
"FileRootPath": "D:\\上海富维东阳工作\\设备管理\\MicroService-nuget\\FileStorage\\wwwroot\\files\\host\\win-file-container\\"
|
|
},
|
|
"ConnectionStrings": {
|
|
"Default": "Server=dev.ccwin-in.com,13319;Database=BJABP;User ID=ccwin-in;Password=Microsoft@2022;Trusted_Connection=False;TrustServerCertificate=True",
|
|
"SettleAccount": "Server=dev.ccwin-in.com,13319;Database=BJSettleAccount;User ID=ccwin-in;Password=Microsoft@2022;Trusted_Connection=False;TrustServerCertificate=True;"
|
|
//"CapRabbitMq": "Server=LAPTOP-G3Q4QQ06;Database=CAP;User ID=sa;Password=Microsoft@2023;Trusted_Connection=True;TrustServerCertificate=True"
|
|
},
|
|
"Redis": {
|
|
"Configuration": "127.0.0.1"
|
|
},
|
|
"Hangfire": {
|
|
"Login": "admin",
|
|
"Password": "123456"
|
|
},
|
|
"AuthServer": {
|
|
//"Authority": "http://dev.ccwin-in.com:10580",
|
|
"Authority": "http://localhost:8066",
|
|
"RequireHttpsMetadata": "false",
|
|
"SwaggerClientId": "SettleAccount_Swagger",
|
|
"SwaggerClientSecret": "1q2w3e*"
|
|
},
|
|
"RemoteServices": {
|
|
"Default": {
|
|
// "BaseUrl": "http://dev.ccwin-in.com:10581/",
|
|
"BaseUrl": "http://localhost:8091/",
|
|
"UseCurrentAccessToken": "false"
|
|
}
|
|
},
|
|
"IdentityClients": {
|
|
"Default": {
|
|
"GrantType": "client_credentials",
|
|
"ClientId": "settle-account-app",
|
|
"ClientSecret": "1q2w3e*",
|
|
"RequireHttps": false,
|
|
"Authority": "http://localhost:8066",
|
|
"Scope": "InternalGateway FileStorageService"
|
|
}
|
|
},
|
|
"RabbitMQ": {
|
|
"HostName": "localhost",
|
|
"MqUserName": "test",
|
|
"MqPort": "15672",
|
|
"MqPassword": "123456"
|
|
}
|
|
//"Kestrel": {
|
|
// "Endpoints": {
|
|
// "Http": {
|
|
// "Url": "http://localhost:8096",
|
|
// "Protocols": "Http1AndHttp2"
|
|
// },
|
|
// "gRPC": {
|
|
// "Url": "http://localhost:8081",
|
|
// "Protocols": "Http2"
|
|
// }
|
|
// }
|
|
//}
|
|
}
|
|
|