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

Ajout du modèle de fichier de config consacré à la version courante de l'appli

parent e6e92266
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
<?php
return [
    'unicaen-app' => [
        'app_infos' => [
            'version' => '_VERSION_NUMBER_',
            'date' => '_VERSION_DATE_',
        ],
    ],
    'comment' => 'Fichier généré le _GENERATION_DATE_.',
];