Add the configuration for the Release
This commit is contained in:
13
Back/skydiveLogs-api/appsettings.Release.json
Normal file
13
Back/skydiveLogs-api/appsettings.Release.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Debug",
|
||||
"System": "Information",
|
||||
"Microsoft": "Information"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*",
|
||||
"ConnectionStrings": {
|
||||
"DefaultConnection": "Filename=./Data/JumpsDb.db"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user