Add few config to create the token
This commit is contained in:
@@ -7,6 +7,10 @@
|
||||
"Cors": {
|
||||
"FrontUrl": "https://skydivelogsangular.z6.web.core.windows.net"
|
||||
},
|
||||
"JWT": {
|
||||
"Issuer": "NoIdea",
|
||||
"Key": "the very long and strong passphrase to crypt the token for RELEASE"
|
||||
},
|
||||
"AllowedHosts": "*",
|
||||
"ConnectionStrings": {
|
||||
"DefaultConnection": "Filename=./Data/JumpsDb.db"
|
||||
|
||||
Reference in New Issue
Block a user