feat(backend): ranking 100% Elasticsearch e critérios do PDF
This commit is contained in:
@@ -2,11 +2,7 @@ ES_URL=http://localhost:9200
|
||||
ES_INDEX=atuacapes__1763197236
|
||||
ES_USER=seu_usuario_elastic
|
||||
ES_PASSWORD=sua_senha_elastic
|
||||
ES_DEFAULT_SOURCE_FIELDS=id,dadosPessoais.nome,dadosPessoais.cpf,atuacoes
|
||||
|
||||
ORACLE_USER=seu_usuario
|
||||
ORACLE_PASSWORD=sua_senha
|
||||
ORACLE_DSN=host:1521/service_name
|
||||
ES_VERIFY_SSL=true
|
||||
|
||||
API_HOST=0.0.0.0
|
||||
API_PORT=8000
|
||||
@@ -14,3 +10,5 @@ API_RELOAD=true
|
||||
CORS_ORIGINS=http://localhost:3000,http://localhost:5173
|
||||
|
||||
LOG_LEVEL=INFO
|
||||
SCHEDULER_ENABLED=false
|
||||
SCHEDULER_HOUR=3
|
||||
|
||||
Reference in New Issue
Block a user