diff options
author | crupest <crupest@outlook.com> | 2020-02-21 15:10:37 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-02-21 15:10:37 +0800 |
commit | 1d5d0c85e24fe9f30d587dc714f1cd7a233c8073 (patch) | |
tree | 57a8579bc8b6d2be2831c8e55d5b5b0f552def35 /Timeline/appsettings.json | |
parent | 6cf3c7891fe8a810b20bb799db9f3fb97414c4de (diff) | |
download | timeline-1d5d0c85e24fe9f30d587dc714f1cd7a233c8073.tar.gz timeline-1d5d0c85e24fe9f30d587dc714f1cd7a233c8073.tar.bz2 timeline-1d5d0c85e24fe9f30d587dc714f1cd7a233c8073.zip |
Move jwt token key from configuration to database and auto generatable.
Diffstat (limited to 'Timeline/appsettings.json')
-rw-r--r-- | Timeline/appsettings.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Timeline/appsettings.json b/Timeline/appsettings.json index d55d0597..09840cd6 100644 --- a/Timeline/appsettings.json +++ b/Timeline/appsettings.json @@ -7,7 +7,6 @@ "Jwt": {
"Issuer": "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" ]
}
|