block-explorer/config/lbry.default.php

12 lines
166 B
PHP
Raw Normal View History

<?php
return [
'Lbry' => [
'RpcUrl' => 'http://user:password@127.0.0.1:9245',
],
'Redis' => [
'Url' => 'tcp://127.0.0.1:6379',
]
];