29 lines
827 B
JSON
29 lines
827 B
JSON
{
|
|
"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": "your-yandex-oauth-client-id",
|
|
"ClientSecret": "your-yandex-oauth-client-secret"
|
|
},
|
|
"Client": {
|
|
"BaseUrl": "https://localhost:5002"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"Keycloak": {
|
|
"Authority": "https://your-keycloak-domain/auth/realms/your-realm",
|
|
"ClientId": "playlist-shared-client",
|
|
"ClientSecret": "your-secret"
|
|
},
|
|
"AllowedHosts": "*"
|
|
} |