Merge pull request #42 from Altairko/patch-1

Fix port Ocelot
This commit is contained in:
Exile 2015-03-09 00:35:02 +03:00
commit 7e292c3a06

View file

@ -158,8 +158,8 @@ $bb_cfg['allow_internal_ip'] = false; // Allow internal IP (10.xx..
$bb_cfg['ocelot'] = array( $bb_cfg['ocelot'] = array(
'enabled' => false, 'enabled' => false,
'host' => $domain_name, 'host' => $domain_name,
'port' => 34000, 'port' => 2710,
'url' => "http://$domain_name:34000/", // with '/' 'url' => "http://$domain_name:2710/", // with '/'
'secret' => 'some_10_chars', // 10 chars 'secret' => 'some_10_chars', // 10 chars
'stats' => 'some_10_chars', // 10 chars 'stats' => 'some_10_chars', // 10 chars
); );