diff options
author | crupest <crupest@outlook.com> | 2019-02-05 00:05:36 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2019-02-05 00:05:36 +0800 |
commit | bb1a12b42cd77824735f56e69e6e72cc587ef6c9 (patch) | |
tree | 1831a2159605e4f934c3a4003326503866b69227 /Timeline | |
parent | 48889ef2a5aca418a10e2123a0f3cbb3867e918b (diff) | |
download | timeline-bb1a12b42cd77824735f56e69e6e72cc587ef6c9.tar.gz timeline-bb1a12b42cd77824735f56e69e6e72cc587ef6c9.tar.bz2 timeline-bb1a12b42cd77824735f56e69e6e72cc587ef6c9.zip |
Add some configs.
Diffstat (limited to 'Timeline')
-rw-r--r-- | Timeline/appsettings.Development.json | 3 | ||||
-rw-r--r-- | Timeline/appsettings.json | 10 |
2 files changed, 8 insertions, 5 deletions
diff --git a/Timeline/appsettings.Development.json b/Timeline/appsettings.Development.json index e203e940..b1cd5a3b 100644 --- a/Timeline/appsettings.Development.json +++ b/Timeline/appsettings.Development.json @@ -5,5 +5,8 @@ "System": "Information", "Microsoft": "Information" } + }, + "JwtConfig": { + "SigningKey": "crupest hahahahahahahhahahahahaha" } } diff --git a/Timeline/appsettings.json b/Timeline/appsettings.json index 9b57abb2..75395c71 100644 --- a/Timeline/appsettings.json +++ b/Timeline/appsettings.json @@ -1,12 +1,12 @@ { - "JwtConfig": { - "Issuer": "crupest", - "Audience": "crupest" - }, "Logging": { "LogLevel": { "Default": "Warning" } }, - "AllowedHosts": "*" + "AllowedHosts": "*", + "JwtConfig": { + "Issuer": "crupest.xyz", + "Audience": "crupest.xyz" + } } |