Skip to content

Commit

Permalink
Remove appsettings.json from gitignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
Simyon264 committed Feb 18, 2024
1 parent 332cd26 commit ddbcd6e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ obj/
/packages/
riderModule.iml
/_ReSharper.Caches/
*/appsettings.json
13 changes: 13 additions & 0 deletions SU.LorePage/appsettings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"AllowedHosts": "*",
"Kestrel": {
"EndPoints": {
"Https": {
"Url": "http://*:6000"
},
"Http": {
"Url": "http://*:6001"
}
}
}
}

0 comments on commit ddbcd6e

Please sign in to comment.