Добавлен playlist shared
This commit is contained in:
24
PlaylistShared/appsettings.json
Normal file
24
PlaylistShared/appsettings.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user