From 641f722ef3f3f659993b98aa8328fbcf3d040c85 Mon Sep 17 00:00:00 2001 From: crupest Date: Tue, 5 Feb 2019 00:05:36 +0800 Subject: Add some configs. --- Timeline/appsettings.Development.json | 3 +++ Timeline/appsettings.json | 10 +++++----- 2 files changed, 8 insertions(+), 5 deletions(-) (limited to 'Timeline') 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" + } } -- cgit v1.2.3