From 3fa9899e17df4b1012e8b645915ac15022b84f9b Mon Sep 17 00:00:00 2001 From: crupest Date: Fri, 21 Feb 2020 11:59:58 +0800 Subject: Migrate to use sqlite. --- Timeline/appsettings.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Timeline/appsettings.json') diff --git a/Timeline/appsettings.json b/Timeline/appsettings.json index 61491ff5..d55d0597 100644 --- a/Timeline/appsettings.json +++ b/Timeline/appsettings.json @@ -4,9 +4,10 @@ "Default": "Warning" } }, - "JwtConfig": { + "Jwt": { "Issuer": "api.crupest.xyz", - "Audience": "api.crupest.xyz" + "Audience": "api.crupest.xyz", + "SigningKey": "this is very very very very very long secret" }, "Cors": [ "https://www.crupest.xyz", "https://crupest.xyz" ] } -- cgit v1.2.3