From f389661667a510d6accfb412482578b66527e6e4 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/Program.cs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Timeline/Program.cs') diff --git a/Timeline/Program.cs b/Timeline/Program.cs index 1a7a723a..125fccbc 100644 --- a/Timeline/Program.cs +++ b/Timeline/Program.cs @@ -13,10 +13,6 @@ namespace Timeline public static void Main(string[] args) { CreateWebHostBuilder(args) - .ConfigureAppConfiguration((context, config) => - { - config.AddEnvironmentVariables("TIMELINE_"); - }) .Build().Run(); } -- cgit v1.2.3