Add the configuration for the Release

This commit is contained in:
Sébastien André
2019-11-12 14:37:14 +01:00
parent ce7d36bb21
commit 5d834a97cf
3 changed files with 22 additions and 5 deletions

View File

@@ -4,7 +4,7 @@
"Default": "Warning"
}
},
"AllowedHosts": "*",
"AllowedHosts": "http://localhost:4200",
"ConnectionStrings": {
"DefaultConnection": "Filename=./Data/JumpsDb.db"
}