From 635b5ea646ec55c7ae212f79031b69c00ad79763 Mon Sep 17 00:00:00 2001 From: crupest Date: Sun, 31 May 2020 15:35:25 +0800 Subject: Migrate to docker. --- Timeline/appsettings.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Timeline/appsettings.json') diff --git a/Timeline/appsettings.json b/Timeline/appsettings.json index 09840cd6..804ca43a 100644 --- a/Timeline/appsettings.json +++ b/Timeline/appsettings.json @@ -6,7 +6,6 @@ }, "Jwt": { "Issuer": "api.crupest.xyz", - "Audience": "api.crupest.xyz", - }, - "Cors": [ "https://www.crupest.xyz", "https://crupest.xyz" ] + "Audience": "api.crupest.xyz" + } } -- cgit v1.2.3