14 lines
266 B
JSON
14 lines
266 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Warning"
|
|
}
|
|
},
|
|
"Cors": {
|
|
"FrontUrl": "https://skydivelogsangular.z6.web.core.windows.net"
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "Filename=./Data/JumpsDb.db"
|
|
}
|
|
} |