what the fuck
All checks were successful
CI - Build Tonehaus Docker image / tonehaus-ci-build (push) Successful in 1m55s

This commit is contained in:
2025-11-27 20:03:12 +00:00
parent f15d9a9cfd
commit 054e970df9
36 changed files with 1434 additions and 363 deletions

View File

@@ -4,6 +4,7 @@
# Put parameters here that don't need to change on each machine where the app is deployed
# https://symfony.com/doc/current/best_practices.html#use-parameters-for-application-configuration
parameters:
album_search_limit: '%env(int:ALBUM_SEARCH_LIMIT)%'
services:
# default configuration for services in *this* file
@@ -23,3 +24,11 @@ services:
arguments:
$clientId: '%env(SPOTIFY_CLIENT_ID)%'
$clientSecret: '%env(SPOTIFY_CLIENT_SECRET)%'
App\Service\ImageStorage:
arguments:
$projectDir: '%kernel.project_dir%'
App\Controller\AlbumController:
arguments:
$searchLimit: '%album_search_limit%'