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

18 lines
372 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Warning"
}
},
"Cors": {
"FrontUrl": "https://divelog.sebastienandre.com"
},
"JWT": {
"Issuer": "NoIdea",
"Key": "the very long and strong passphrase to encrypt the token for RELEASE"
},
"AllowedHosts": "*",
"ConnectionStrings": {
"DefaultConnection": "Filename=./Data/JumpsDb.db"
}
}