Skip to content

Commit 7f7e5be

Browse files
committed
remove unnecessary appsettings entry
1 parent 17fbb08 commit 7f7e5be

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed
Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
{
2-
"Data": {
3-
"DefaultConnection": "Host=localhost;Port=5432;Database=JsonApiDotNetCoreExample;User ID=postgres;Password=###"
4-
},
52
"Logging": {
63
"LogLevel": {
74
"Default": "Warning",
@@ -11,6 +8,5 @@
118
"JsonApiDotNetCore.Middleware.JsonApiMiddleware": "Information",
129
"JsonApiDotNetCoreExample": "Information"
1310
}
14-
},
15-
"AllowedHosts": "*"
11+
}
1612
}

0 commit comments

Comments
 (0)