birzha-contracts/bin/Debug/net6.0/appsettings.json

19 lines
549 B
JSON
Raw Permalink Normal View History

2022-10-27 12:48:42 +00:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"UpdateTime":"0 */2 * * * ?",
2022-11-21 12:47:08 +00:00
"Domain":"https://panel.exchange.gov.tm",
2022-11-22 12:59:03 +00:00
"DataMinutesAgo":3,
"FirstTimeDBFillDateFrom": "2022-10-01 00:00:10.183",
2022-11-22 12:59:03 +00:00
"FirstTimeDB":true,
2022-11-21 12:47:08 +00:00
"API_contracts":"/api/contract/import",
"API_contract_resolution":"/api/contract/resolution-import",
2022-10-27 12:48:42 +00:00
"AllowedHosts": "*",
"ConnectionStrings": {
2022-11-01 13:49:18 +00:00
"MvcContractContext": "Server=.\\SQLEXPRESS;Database=clmDB2;User Id=admin;Password=qazwsx12"
2022-10-27 12:48:42 +00:00
}
}