30 lines
651 B
JSON
30 lines
651 B
JSON
{
|
|
"amqp": {
|
|
"host": "127.0.0.1:5672",
|
|
"api": "127.0.0.1:15672",
|
|
"user": "username",
|
|
"pass": "password",
|
|
"vhost": "hyperion"
|
|
},
|
|
"elasticsearch": {
|
|
"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_PORT": 7001,
|
|
"WS_ROUTER_HOST": "127.0.0.1"
|
|
}
|
|
}
|
|
}
|