documentation and env changes
All checks were successful
CI (Gitea) / php-tests (push) Successful in 10m8s
CI (Gitea) / docker-image (push) Successful in 2m18s

This commit is contained in:
2025-11-28 08:14:13 +00:00
parent f77f3a9e40
commit d52eb6bd81
59 changed files with 932 additions and 565 deletions

View File

@@ -22,12 +22,13 @@ services:
App\Service\SpotifyClient:
arguments:
$clientId: '%env(SPOTIFY_CLIENT_ID)%'
$clientSecret: '%env(SPOTIFY_CLIENT_SECRET)%'
$clientId: '%env(default::SPOTIFY_CLIENT_ID)%'
$clientSecret: '%env(default::SPOTIFY_CLIENT_SECRET)%'
App\Service\ImageStorage:
App\Service\UploadStorage:
arguments:
$projectDir: '%kernel.project_dir%'
$storageRoot: '%kernel.project_dir%/public/uploads'
$publicPrefix: '/uploads'
App\Controller\AlbumController:
arguments: