From b9fa5c9fb63fc7fe9d852df4e99600ff07898e25 Mon Sep 17 00:00:00 2001 From: crupest Date: Tue, 5 Feb 2019 00:15:23 +0800 Subject: Add config. --- Timeline/appsettings.Test.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Timeline/appsettings.Test.json (limited to 'Timeline/appsettings.Test.json') diff --git a/Timeline/appsettings.Test.json b/Timeline/appsettings.Test.json new file mode 100644 index 00000000..b1cd5a3b --- /dev/null +++ b/Timeline/appsettings.Test.json @@ -0,0 +1,12 @@ +{ + "Logging": { + "LogLevel": { + "Default": "Debug", + "System": "Information", + "Microsoft": "Information" + } + }, + "JwtConfig": { + "SigningKey": "crupest hahahahahahahhahahahahaha" + } +} -- cgit v1.2.3