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.
22 lines
834 B
22 lines
834 B
{
|
|
"App": {
|
|
"CorsOrigins": "https://*.SettleAccount.com,http://localhost:9527,http://localhost:44307,https://localhost:44307",
|
|
},
|
|
"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;"
|
|
},
|
|
"Redis": {
|
|
"Configuration": "127.0.0.1"
|
|
},
|
|
"Hangfire": {
|
|
"Login": "admin",
|
|
"Password": "123456"
|
|
},
|
|
"AuthServer": {
|
|
"Authority": "http://dev.ccwin-in.com:10580",
|
|
"RequireHttpsMetadata": "false",
|
|
"SwaggerClientId": "SettleAccount_Swagger",
|
|
"SwaggerClientSecret": "1q2w3e*"
|
|
}
|
|
}
|
|
|