Update config.php

This commit is contained in:
Roman Kelesidis 2023-11-16 22:13:49 +07:00
parent 6c02961256
commit 43d276ed4c

View File

@ -96,7 +96,7 @@ $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']['port'] = 34000;
$bb_cfg['ocelot'] = array(
'enabled' => false,
'host' => $domain_name,