This commit is contained in:
root
2025-09-14 18:01:22 +05:00
parent 98042e62ae
commit 8d8303991e
22 changed files with 2300 additions and 240 deletions
+7 -1
View File
@@ -15,9 +15,12 @@ spring.data.mongodb.authentication-database=admin
# RSS Feed URLs
rss.feed.url=https://kursiv.media/feed/
rss.kapital.url=https://kapital.kz/rss/
rss.lsm.url=https://lsm.kz/rss
rss.rbc.url=https://static.feed.rbc.ru/rbc/logical/footer/news.rss
rss.vedomosti.url=https://www.vedomosti.ru/rss/rubric/technology/internet
# Scheduler Configuration
spring.task.scheduling.pool.size=2
spring.task.scheduling.pool.size=5
spring.task.scheduling.thread-name-prefix=scheduled-task-
# MongoDB Connection Settings
@@ -28,6 +31,9 @@ spring.data.mongodb.server-selection-timeout=30000
# Logging Configuration
logging.level.kz.konturai.parser.service.KursivParserService=INFO
logging.level.kz.konturai.parser.service.KapitalParserService=INFO
logging.level.kz.konturai.parser.service.LsmParserService=INFO
logging.level.kz.konturai.parser.service.RbcParserService=INFO
logging.level.kz.konturai.parser.service.VedomostiParserService=INFO
logging.level.org.springframework.scheduling=DEBUG
logging.level.org.springframework.data.mongodb=INFO
logging.level.com.mongodb=WARN