Changes
This commit is contained in:
@@ -39,10 +39,6 @@ Database__User=sa
|
||||
Database__Password=
|
||||
Database__TrustServerCertificate=true
|
||||
|
||||
# Internal API protection
|
||||
InternalApi__ApiKey=
|
||||
InternalApi__RequireApiKey=false
|
||||
|
||||
# RAG settings
|
||||
Rag__MaxFileSizeMb=8
|
||||
Rag__ChunkSize=900
|
||||
@@ -57,9 +53,15 @@ Matcher__TopK=10
|
||||
Matcher__DeepScoreTopN=5
|
||||
Matcher__MaxJobTextChars=60000
|
||||
|
||||
# RagApi used by cv-matcher
|
||||
RagApi__BaseUrl=http://rag-api:8082
|
||||
# RagApi credentials
|
||||
RagApi__BaseUrl=http://rag-api:8080
|
||||
RagApi__InternalApiKey=
|
||||
RagApi__RequireApiKey=true
|
||||
|
||||
# CvMatcher credentials
|
||||
CvMatcherApi__BaseUrl=http://cv-matcher-api:8080
|
||||
CvMatcherApi__InternalApiKey=
|
||||
CvMatcherApi__RequireApiKey=true
|
||||
|
||||
# Captcha
|
||||
Captcha__Provider=Recaptcha
|
||||
@@ -67,6 +69,11 @@ Captcha__SecretKey=
|
||||
Captcha__PublicKey=
|
||||
Captcha__MinimumScore=0.5
|
||||
|
||||
# Job worker (scheduled tasks: CV file storage cleanup, etc.)
|
||||
Jobs__CvStorageCleanupEnabled=true
|
||||
Jobs__CvStorageCleanupInterval=01:00:00
|
||||
Jobs__CvStorageMaxTotalSizeMegabytes=40
|
||||
|
||||
# File Storage
|
||||
FileStorage__Path=/opt/myai/files
|
||||
FileStorage__DefaultFileName=
|
||||
|
||||
Reference in New Issue
Block a user