Add few config to create the token

This commit is contained in:
Sébastien André
2020-03-20 15:10:18 +01:00
parent 8dc6310080
commit 7bad7e80d5
5 changed files with 39 additions and 44 deletions

View File

@@ -9,6 +9,10 @@
"Cors": {
"FrontUrl": "http://localhost:4200"
},
"JWT": {
"Issuer": "NoIdea",
"Key": "the very long and strong passphrase to crypt the token"
},
"AllowedHosts": "*",
"ConnectionStrings": {
"DefaultConnection": "Filename=./Data/JumpsDb.db"