20 lines
585 B
JSON
20 lines
585 B
JSON
{
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "Server=localhost;Database=MilitaryTrainingManagement;Trusted_Connection=True;TrustServerCertificate=True;MultipleActiveResultSets=true"
|
|
},
|
|
"Jwt": {
|
|
"Key": "YourSuperSecretKeyForJwtTokenGeneration2024!",
|
|
"Issuer": "MilitaryTrainingManagement",
|
|
"Audience": "MilitaryTrainingManagementUsers",
|
|
"ExpirationInMinutes": 480
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning",
|
|
"Microsoft.EntityFrameworkCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|