block-explorer/config/lbry.default.php
2018-12-03 18:09:10 -05:00

13 lines
189 B
PHP

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