From e0353419acbb18341a68b08276706267f3073a6a Mon Sep 17 00:00:00 2001 From: Dmitriy Date: Tue, 17 Feb 2015 16:32:44 +0300 Subject: [PATCH] Fix port Ocelot --- library/config.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/library/config.php b/library/config.php index 5d4cf8174..0ba5dfbb0 100644 --- a/library/config.php +++ b/library/config.php @@ -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); \ No newline at end of file +define('BB_CFG_LOADED', true);