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