Add the configuration for the Release
This commit is contained in:
@@ -1,9 +1,13 @@
|
|||||||
{
|
{
|
||||||
"Logging": {
|
"Logging": {
|
||||||
"LogLevel": {
|
"LogLevel": {
|
||||||
"Default": "Debug",
|
"Default": "Warning",
|
||||||
"System": "Information",
|
"System": "Warning",
|
||||||
"Microsoft": "Information"
|
"Microsoft": "Warning"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"AllowedHosts": "http://localhost:4200",
|
||||||
|
"ConnectionStrings": {
|
||||||
|
"DefaultConnection": "Filename=./Data/JumpsDb.db"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
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"
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -4,7 +4,7 @@
|
|||||||
"Default": "Warning"
|
"Default": "Warning"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"AllowedHosts": "*",
|
"AllowedHosts": "http://localhost:4200",
|
||||||
"ConnectionStrings": {
|
"ConnectionStrings": {
|
||||||
"DefaultConnection": "Filename=./Data/JumpsDb.db"
|
"DefaultConnection": "Filename=./Data/JumpsDb.db"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user