mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
7 lines
102 B
PHP
7 lines
102 B
PHP
<?php
|
|
return [
|
|
'host' => '127.0.0.1',
|
|
'port' => 9306,
|
|
'index' => 'releases_rt'
|
|
];
|