Files
SkydiveLogs/Back/skydiveLogs-api/appsettings.Development.json
2020-04-04 16:02:47 +02:00

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