first commit
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"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": "*"
|
||||
}
|
||||
Reference in New Issue
Block a user