Добавьте файлы проекта.
This commit is contained in:
27
appsettings.json
Normal file
27
appsettings.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user