Files
SkydiveLogs/Back/skydiveLogs-api/appsettings.Development.json
2020-03-20 15:10:18 +01:00

20 lines
422 B
JSON

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