0.1.3 • Published 6 years ago
@phantomchain/core-elasticsearch v0.1.3
Phantom Core - Elasticsearch
Installation
yarn add @phantomchain/core-elasticsearch
Configuration
module.exports = {
server: {
host: '0.0.0.0',
port: 4007,
whitelist: ['*'],
},
client: {
host: 'localhost:9200',
log: 'info',
},
chunkSize: 50000,
}
Security
If you discover a security vulnerability within this package, please send an e-mail to security@ark.io. All security vulnerabilities will be promptly addressed.