aboutsummaryrefslogtreecommitdiff
path: root/Timeline/appsettings.json
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-02-21 11:59:58 +0800
committercrupest <crupest@outlook.com>2020-02-21 11:59:58 +0800
commit6cf3c7891fe8a810b20bb799db9f3fb97414c4de (patch)
treea143ff8698660608d188428957a1ad56d620cca6 /Timeline/appsettings.json
parente6a153380c720e386137904498b78b5488868f13 (diff)
downloadtimeline-6cf3c7891fe8a810b20bb799db9f3fb97414c4de.tar.gz
timeline-6cf3c7891fe8a810b20bb799db9f3fb97414c4de.tar.bz2
timeline-6cf3c7891fe8a810b20bb799db9f3fb97414c4de.zip
Migrate to use sqlite.
Diffstat (limited to 'Timeline/appsettings.json')
-rw-r--r--Timeline/appsettings.json5
1 files changed, 3 insertions, 2 deletions
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" ]
}