20 lines
400 B
JSON
Executable File
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"
|
|
}
|
|
}
|