diff options
author | crupest <crupest@outlook.com> | 2019-02-05 00:15:23 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2019-02-05 00:15:23 +0800 |
commit | 1b14247503ceadaaa8ab4dea755b032e84e28f4a (patch) | |
tree | 950169ab8c7f3456b063e408f77017bbb02eac2c | |
parent | 641f722ef3f3f659993b98aa8328fbcf3d040c85 (diff) | |
download | timeline-1b14247503ceadaaa8ab4dea755b032e84e28f4a.tar.gz timeline-1b14247503ceadaaa8ab4dea755b032e84e28f4a.tar.bz2 timeline-1b14247503ceadaaa8ab4dea755b032e84e28f4a.zip |
Add config.
-rw-r--r-- | Timeline/appsettings.Test.json | 12 |
1 files changed, 12 insertions, 0 deletions
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" + } +} |