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

SUppression fichiers de config .dist

parent e553a1cd
Loading
Loading
Loading
Loading
+0 −19
Changes for config/autoload/import-etablissement.local.php.dist: 0 added lines, 19 removed lines.
Original line number Diff line number Diff line
<?php

return [
    'import-api' => [
        'etablissements' => [
            [
                'code' =>  'XXXXX',
                'url' =>   'XXXXX',
                'proxy' => 'XXXXX',
            ],
            [
                'code' =>  'XXXXX',
                'url' =>   'XXXXX',
                'proxy' => 'XXXXX',
            ],
        ]
    ]

];
 No newline at end of file
+0 −8
Changes for config/autoload/import-user.local.php.dist: 0 added lines, 8 removed lines.
Original line number Diff line number Diff line
<?php

return [
    'users' => [
        'login' =>    'XXXXX',
        'password' => 'XXXXX',
    ]
];