test-web/src/appsettings.json
Chris Dill 49dbf6e7a9
All checks were successful
Build / build (push) Successful in 1m33s
Initial commit
2025-02-25 19:31:32 +00:00

20 lines
400 B
JSON
Executable File

{
"Logging": {
"LogLevel": {
"Default": "Information",
"System": "Information",
"Microsoft": "Information"
},
"Console": {
"IncludeScopes": true
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"Default": "Server=.;Database=TestWeb;Trusted_Connection=True;Encrypt=False;"
},
"Jwt": {
"Key": "superdupersecretkeythatsreallyreallylong"
}
}