- Novo endpoint GET /api/v1/consultor/{id}/raw para buscar documento completo do ES
- Novo componente RawDataModal com formatação inteligente de campos
- Botão de acesso rápido no ConsultorCard (ícone ⋮)
- Melhorias de estilo no Header e ConsultorCard
17 lines
375 B
Plaintext
17 lines
375 B
Plaintext
ES_URL=http://localhost:9200
|
|
ES_INDEX=atuacapes
|
|
ES_USER=seu_usuario_elastic
|
|
ES_PASSWORD=sua_senha_elastic
|
|
|
|
ORACLE_USER=seu_usuario_oracle
|
|
ORACLE_PASSWORD=sua_senha_oracle
|
|
ORACLE_DSN=oracle:1521/XEPDB1
|
|
|
|
ORACLE_LOCAL_USER=seu_usuario_local
|
|
ORACLE_LOCAL_PASSWORD=sua_senha_local
|
|
ORACLE_LOCAL_DSN=XEPDB1
|
|
|
|
ORACLE_CLIENT=oracle-local
|
|
|
|
HOST_ATUACAPES=https://atuacapes.capes.gov.br
|