clusev/config/clusev.php

15 lines
394 B
PHP

<?php
return [
// Pre-release development build — no tagged release yet. The live build hash
// is resolved from .git at runtime (see App\Livewire\Versions\Index).
'version' => '0.1.0-dev',
'channel' => 'dev',
// Real project home (self-hosted Gitea) + license. Open-core, AGPL.
'repository' => 'https://git.bave.dev/boban/clusev',
'license' => 'AGPL-3.0',
];