mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Update config.php
This commit is contained in:
parent
838bc0ab5c
commit
6c02961256
@ -96,11 +96,11 @@ $bb_cfg['verify_reported_ip'] = true; // Verify IP reported by clie
|
||||
$bb_cfg['allow_internal_ip'] = false; // Allow internal IP (10.xx.. etc.)
|
||||
|
||||
// Ocelot
|
||||
$bb_cfg['ocelot']['port'] = 34000; // Порт для Ocelot анонсера
|
||||
$bb_cfg['ocelot'] = array(
|
||||
'enabled' => false,
|
||||
'host' => $domain_name,
|
||||
'port' => 34000,
|
||||
'url' => "http://$domain_name:34000/", // with '/'
|
||||
'url' => "http://$domain_name:{$bb_cfg['ocelot']['port']}/", // with '/'
|
||||
'secret' => 'some_10_chars', // 10 chars
|
||||
'stats' => 'some_10_chars', // 10 chars
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user