Добавление треков неаторизованным пользователям. Убран лишний код

This commit is contained in:
FrigaT
2026-04-13 18:01:12 +03:00
parent e440529ea1
commit 5717b1ec0c
10 changed files with 15 additions and 100 deletions

View File

@@ -1,6 +1,6 @@
{
"ConnectionStrings": {
"DefaultConnection": "Server=FRIGAT-PC;Database=PlaylistShared;Trusted_Connection=True;TrustServerCertificate=True;MultipleActiveResultSets=true"
"DefaultConnection": "Server=host.docker.internal;Database=PlaylistShared;User Id=playlist_user;Password=playlist_user123!;TrustServerCertificate=True;MultipleActiveResultSets=true"
},
"Jwt": {
"Key": "your-32-character-secret-key-for-jwt-minimum-length",
@@ -8,11 +8,11 @@
"Audience": "PlaylistShared.Client"
},
"Yandex": {
"ClientId": "your-yandex-oauth-client-id",
"ClientSecret": "your-yandex-oauth-client-secret"
"ClientId": "0916685f8a3641ca8fc382dbccf77236",
"ClientSecret": "f7398893cd814f8b84b85aeb2a0a6698"
},
"Client": {
"BaseUrl": "https://localhost:5002"
"BaseUrl": "https://playlistshare.frigat.duckdns.org"
},
"Logging": {
"LogLevel": {