aboutsummaryrefslogtreecommitdiff
path: root/Timeline
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2019-02-05 00:05:36 +0800
committercrupest <crupest@outlook.com>2019-02-05 00:05:36 +0800
commit641f722ef3f3f659993b98aa8328fbcf3d040c85 (patch)
tree70f098fc41c0b4a8f3a41fde935b273b1d830b44 /Timeline
parent7e411870f6c2b36c52ef189a2c48ebce4c61a004 (diff)
downloadtimeline-641f722ef3f3f659993b98aa8328fbcf3d040c85.tar.gz
timeline-641f722ef3f3f659993b98aa8328fbcf3d040c85.tar.bz2
timeline-641f722ef3f3f659993b98aa8328fbcf3d040c85.zip
Add some configs.
Diffstat (limited to 'Timeline')
-rw-r--r--Timeline/appsettings.Development.json3
-rw-r--r--Timeline/appsettings.json10
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"
+ }
}