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