Files
newznab-tmux/config/sphinxsearch.php
T
2018-02-08 12:34:18 +01:00

7 lines
102 B
PHP

<?php
return [
'host' => '127.0.0.1',
'port' => 9306,
'index' => 'releases_rt'
];