summaryrefslogtreecommitdiff
path: root/appsettings.Development.json
diff options
context:
space:
mode:
Diffstat (limited to 'appsettings.Development.json')
-rw-r--r--appsettings.Development.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/appsettings.Development.json b/appsettings.Development.json
index 0c208ae..588f258 100644
--- a/appsettings.Development.json
+++ b/appsettings.Development.json
@@ -4,5 +4,9 @@
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
+ },
+ "Jwt": {
+ "Key": "3aa68fb64d638cd66a0485fce8fcdb49",
+ "Issuer": "jwtissuer.com"
}
}