0.1.3 • Published 5 years ago

@phantomchain/core-elasticsearch v0.1.3

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

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.

Credits

License

MIT © ArkEcosystem