Commit b91b4bd0 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Ajout d'une config globale par défaut pour unicaen/livelog

parent fc0f2278
Loading
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
<?php

namespace UnicaenLivelog;

return [
    'unicaen-livelog' => [
        'websocket' => [
            'private_url' => '0.0.0.0:7443',
            'public_url' => '/livelog',
            'verbose' => false,
        ],
        'socket' => [
            'path' => 'unix:///tmp/unicaen_livelog.sock',
            'verbose' => false,
        ]
    ],
];