Files
soroush.asadi 96e73bf633
CI/CD / CI · dotnet build (push) Failing after 0s
CI/CD / Deploy · drsousan (push) Has been skipped
first commit
2026-05-31 00:42:08 +03:30

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": "*"
}