Files
YandexMusic/PlaylistShared/appsettings.json
2026-04-11 15:41:24 +03:00

25 lines
670 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"YandexOAuth": {
"ClientId": "0916685f8a3641ca8fc382dbccf77236",
"ClientSecret": "f7398893cd814f8b84b85aeb2a0a6698",
"AuthorizationEndpoint": "https://oauth.yandex.ru/authorize",
"TokenEndpoint": "https://oauth.yandex.ru/token",
"UserInfoEndpoint": "https://login.yandex.ru/info"
},
"Jwt": {
"Secret": "very_long_secret_key_at_least_32_chars",
"Issuer": "PlaylistShared",
"Audience": "PlaylistSharedAPI"
},
"ConnectionStrings": {
"DefaultConnection": "Data Source=playlist.db"
}
}