20 lines
418 B
JSON
20 lines
418 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Debug",
|
|
"System": "Information",
|
|
"Microsoft": "Information"
|
|
}
|
|
},
|
|
"Cors": {
|
|
"FrontUrl": "http://localhost:4200"
|
|
},
|
|
"JWT": {
|
|
"Issuer": "NoIdea",
|
|
"Key": "the very long and strong passphrase to encrypt the token for DEV"
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "Filename=./Data/JumpsDb.db"
|
|
}
|
|
} |