From 1d5d0c85e24fe9f30d587dc714f1cd7a233c8073 Mon Sep 17 00:00:00 2001 From: crupest Date: Fri, 21 Feb 2020 15:10:37 +0800 Subject: Move jwt token key from configuration to database and auto generatable. --- Timeline/Properties/launchSettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Timeline/Properties') diff --git a/Timeline/Properties/launchSettings.json b/Timeline/Properties/launchSettings.json index 3819fe0f..4bae443c 100644 --- a/Timeline/Properties/launchSettings.json +++ b/Timeline/Properties/launchSettings.json @@ -4,7 +4,7 @@ "commandName": "Project", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", - "TIMELINE_WORKDIR": "D:\\timeline-development" + "ASPNETCORE_WORKDIR": "D:\\timeline-development" } } } -- cgit v1.2.3