Commit 95db1dc4 authored by Stephane Bouvry's avatar Stephane Bouvry
Browse files

Fix : exemple de configuration OscarLive

parent 738f929a
Loading
Loading
Loading
Loading
+3 −2
Changes for config/autoload/local.php.dist: 3 added lines, 2 removed lines.
Original line number Diff line number Diff line
<?php
$socket = false;
if( file_exists($pathSocketConfig = __DIR__.'/../../socket/config.json') ){
    $socket = json_decode(file_get_contents($pathSocketConfig), true);
    $socketConf = json_decode(file_get_contents($pathSocketConfig), true);
    $socket = $socketConf['socket'];
}

return array(
@@ -13,7 +14,7 @@ return array(
    // Oscar
    'oscar' => [
        // Oscar Live
        'socket' => $socket['socket'],
        'socket' => $socket,

        ////////////////////////////////////////////////////////////////////////
        //