mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 17:28:55 +00:00
832f1b2049
[ci skip] [skip ci]
11 lines
172 B
PHP
11 lines
172 B
PHP
<?php
|
|
|
|
return [
|
|
'host' => '127.0.0.1',
|
|
'port' => 9306,
|
|
'indexes' => [
|
|
'releases' => 'releases_rt',
|
|
'predb' => 'predb_rt',
|
|
],
|
|
];
|