28 lines
812 B
JSON
28 lines
812 B
JSON
{
|
|
"Database": {
|
|
"ApplicationName": "CRAWLER",
|
|
"CommandTimeoutSeconds": 60,
|
|
"ConnectRetryCount": 3,
|
|
"ConnectRetryIntervalSeconds": 5,
|
|
"ConnectTimeoutSeconds": 15,
|
|
"Database": "CRAWLER",
|
|
"Encrypt": false,
|
|
"IntegratedSecurity": true,
|
|
"MultipleActiveResultSets": true,
|
|
"Pooling": true,
|
|
"MaxPoolSize": 100,
|
|
"MinPoolSize": 0,
|
|
"Server": "SEVENHILL\\SQLEXPRESS",
|
|
"TrustServerCertificate": true
|
|
},
|
|
"Crawler": {
|
|
"BaseUrl": "https://www.ktopoverit.ru",
|
|
"CatalogPathFormat": "/poverka/gosreestr_sredstv_izmereniy?page={0}",
|
|
"RequestDelayMilliseconds": 350,
|
|
"DefaultPagesToScan": 1,
|
|
"PdfStoragePath": "%LOCALAPPDATA%\\CRAWLER\\PdfStore",
|
|
"TimeoutSeconds": 30,
|
|
"UserAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) CRAWLER/1.0"
|
|
}
|
|
}
|