diff options
author | crupest <crupest@outlook.com> | 2020-02-21 11:59:58 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-02-21 11:59:58 +0800 |
commit | 3fa9899e17df4b1012e8b645915ac15022b84f9b (patch) | |
tree | a143ff8698660608d188428957a1ad56d620cca6 /Timeline/appsettings.json | |
parent | 1fe7642e88d373d8ed00a434cd7c73af422c261a (diff) | |
download | timeline-3fa9899e17df4b1012e8b645915ac15022b84f9b.tar.gz timeline-3fa9899e17df4b1012e8b645915ac15022b84f9b.tar.bz2 timeline-3fa9899e17df4b1012e8b645915ac15022b84f9b.zip |
Migrate to use sqlite.
Diffstat (limited to 'Timeline/appsettings.json')
-rw-r--r-- | Timeline/appsettings.json | 5 |
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" ]
}
|