Merge pull request '#199 : Test pour données spotify.' (#214) from dev into main

Reviewed-on: https://10.4.0.131/gitea/DI1-P4-E1/Webzine/pulls/214
This commit is contained in:
Loic Masi
2026-04-08 21:38:35 +02:00
2 changed files with 4 additions and 4 deletions

View File

@@ -20,4 +20,4 @@ RUN dotnet publish "./Webzine.WebApplication.csproj" -c $BUILD_CONFIGURATION -o
FROM base AS final FROM base AS final
WORKDIR /app WORKDIR /app
COPY --from=publish /app/publish . COPY --from=publish /app/publish .
ENTRYPOINT ["dotnet", "Webzine.WebApplication.dll"] ENTRYPOINT ["dotnet", "Webzine.WebApplication.dll --seed"]

View File

@@ -1,8 +1,8 @@
{ {
"Seeder": "Local", "Seeder": "Spotify",
"Repository": "Db", "Repository": "Db",
"SpotifySeeder": { "SpotifySeeder": {
"ClientId": "", "ClientId": "390689c2fc79408b830d2f518375ef84",
"ClientSecret": "" "ClientSecret": "6e98a09c77ad43ae93bc0f0560cfcbe1"
} }
} }