This commit is contained in:
FrigaT
2026-04-13 14:17:26 +03:00
parent 37c997dbe0
commit 7641ba5668
3 changed files with 3 additions and 25 deletions

2
.gitignore vendored
View File

@@ -361,3 +361,5 @@ MigrationBackup/
# Fody - auto-generated XML schema # Fody - auto-generated XML schema
FodyWeavers.xsd FodyWeavers.xsd
/PlaylistShared.Pwa/wwwroot/appsettings.Development.json
/PlaylistShared.Api/appsettings.Development.json

View File

@@ -1,21 +0,0 @@
{
"ConnectionStrings": {
"DefaultConnection": "Server=FRIGAT-PC;Database=PlaylistShared;Trusted_Connection=True;TrustServerCertificate=True;MultipleActiveResultSets=true"
},
"Jwt": {
"Key": "your-32-character-secret-key-for-jwt-minimum-length",
"Issuer": "PlaylistShared.Api",
"Audience": "PlaylistShared.Client"
},
"Yandex": {
"ClientId": "0916685f8a3641ca8fc382dbccf77236",
"ClientSecret": "f7398893cd814f8b84b85aeb2a0a6698"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}

View File

@@ -1,3 +0,0 @@
{
"ApiBaseUrl": "http://localhost:5053"
}