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 | b9fa5c9fb63fc7fe9d852df4e99600ff07898e25 (patch) | |
tree | dfeab3a8c2def4ecc313b54080391fc9516359d2 | |
parent | bb1a12b42cd77824735f56e69e6e72cc587ef6c9 (diff) | |
download | timeline-b9fa5c9fb63fc7fe9d852df4e99600ff07898e25.tar.gz timeline-b9fa5c9fb63fc7fe9d852df4e99600ff07898e25.tar.bz2 timeline-b9fa5c9fb63fc7fe9d852df4e99600ff07898e25.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" + } +} |