22 lines
436 B
JSON
22 lines
436 B
JSON
{
|
|
"ConnectionStrings": {
|
|
"Default": "Data Source=drsousan.db"
|
|
},
|
|
"Jwt": {
|
|
"Key": "DrSousanSecretKey2024!ChangeThisInProduction!MinLength32Chars",
|
|
"Issuer": "DrSousanApi",
|
|
"Audience": "DrSousanAdmin"
|
|
},
|
|
"Admin": {
|
|
"Username": "admin",
|
|
"Password": "admin123"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|