Index: ChapterX.API/appsettings.json
===================================================================
--- ChapterX.API/appsettings.json	(revision 877c13c3dd0934c1d31da7988d0d2c2c5925ed55)
+++ ChapterX.API/appsettings.json	(revision acf690c1403ecbecd948a46d950278f177f2d408)
@@ -6,4 +6,9 @@
     }
   },
-  "AllowedHosts": "*"
+  "AllowedHosts": "*",
+  "Jwt": {
+    "Key": "change-this-to-a-long-secret-key-at-least-32-chars!!",
+    "Issuer": "ChapterX",
+    "Audience": "ChapterX"
+  }
 }
