/config.ini Secret
Last active
October 26, 2019 16:53
EOS Light History API configuration
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
abi-serializer-max-time-ms = 5000 | |
contracts-console = false | |
verbose-http-errors = true | |
wasm-runtime = wabt | |
# Maximum size (in MB) of the chain state database (eosio::chain_plugin) | |
chain-state-db-size-mb = 32768 | |
history-index-state-db-size-mb = 64000 | |
history-state-db-size-mb = 48000 | |
history-per-account = 100 | |
# (Optional) Path to store history data and history indices | |
# history-dir = /path/to/folder | |
# history-index-dir = /path/to/folder | |
# The local IP and port to listen for incoming http connections; set blank to disable. (eosio::http_plugin) | |
http-server-address = 127.0.0.1:8888 | |
http-validate-host = false | |
access-control-allow-credentials = false | |
# EOS Plugins | |
plugin = eosio::chain_plugin eosio::chain_api_plugin | |
plugin = eosio::http_plugin | |
plugin = eosio::history_api_plugin | |
# Filter Settings | |
filter-on=* | |
filter-out=eosio:onblock: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment