36 lines
766 B
JSON
36 lines
766 B
JSON
{
|
|
"amqp": {
|
|
"host": "127.0.0.1:5672",
|
|
"api": "127.0.0.1:15672",
|
|
"protocol": "http",
|
|
"user": "username",
|
|
"pass": "password",
|
|
"vhost": "hyperion",
|
|
"frameMax": "0x10000"
|
|
},
|
|
"elasticsearch": {
|
|
"protocol": "http",
|
|
"host": "127.0.0.1:9200",
|
|
"ingest_nodes": [
|
|
"127.0.0.1:9200"
|
|
],
|
|
"user": "elastic",
|
|
"pass": "password"
|
|
},
|
|
"redis": {
|
|
"host": "127.0.0.1",
|
|
"port": "6379"
|
|
},
|
|
"chains": {
|
|
"eos": {
|
|
"name": "EOS Mainnet",
|
|
"chain_id": "aca376f206b8fc25a6ed44dbdc66547c36c6c33e3a119ffbeaef943642f0e906",
|
|
"http": "http://127.0.0.1:8888",
|
|
"ship": "ws://127.0.0.1:8080",
|
|
"WS_ROUTER_HOST": "127.0.0.1",
|
|
"WS_ROUTER_PORT": 7001,
|
|
"control_port": 7002
|
|
}
|
|
}
|
|
}
|