Files
SkydiveLogs/Back/skydiveLogs-api/appsettings.Release.json
Sébastien ANDRE 2b880231a1 Manage the update of some data at the
start of the database
2023-08-23 20:30:53 +02:00

18 lines
390 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;connection=shared"
}
}