todo-app-backend/TodoApp/appsettings.json
JakubWalkowiak bfb86df000 initial app
2022-02-08 22:12:18 +01:00

17 lines
403 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"TodoAppContext": "Server=DESKTOP-ON3C0C0;Database=TodoAppDB;Trusted_Connection=True;MultipleActiveResultSets=true"
},
"ApplicationSettings": {
"JWTSecret": "1234567890123456789"
}
}