18 lines
390 B
JSON
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"
|
|
}
|
|
} |