mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 14:23:57 -07:00
Fix port Ocelot
This commit is contained in:
parent
54738249c2
commit
e0353419ac
1 changed files with 3 additions and 3 deletions
|
@ -158,8 +158,8 @@ $bb_cfg['allow_internal_ip'] = false; // Allow internal IP (10.xx..
|
|||
$bb_cfg['ocelot'] = array(
|
||||
'enabled' => false,
|
||||
'host' => $domain_name,
|
||||
'port' => 34000,
|
||||
'url' => "http://$domain_name:34000/", // with '/'
|
||||
'port' => 2710,
|
||||
'url' => "http://$domain_name:2710/", // with '/'
|
||||
'secret' => 'some_10_chars', // 10 chars
|
||||
'stats' => 'some_10_chars', // 10 chars
|
||||
);
|
||||
|
@ -630,4 +630,4 @@ if (file_exists(BB_ROOT. '/library/config.local.php'))
|
|||
include_once(BB_ROOT. '/library/config.local.php');
|
||||
}
|
||||
|
||||
define('BB_CFG_LOADED', true);
|
||||
define('BB_CFG_LOADED', true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue