aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2019-02-05 00:15:23 +0800
committercrupest <crupest@outlook.com>2019-02-05 00:15:23 +0800
commitb9fa5c9fb63fc7fe9d852df4e99600ff07898e25 (patch)
treedfeab3a8c2def4ecc313b54080391fc9516359d2
parentbb1a12b42cd77824735f56e69e6e72cc587ef6c9 (diff)
downloadtimeline-b9fa5c9fb63fc7fe9d852df4e99600ff07898e25.tar.gz
timeline-b9fa5c9fb63fc7fe9d852df4e99600ff07898e25.tar.bz2
timeline-b9fa5c9fb63fc7fe9d852df4e99600ff07898e25.zip
Add config.
-rw-r--r--Timeline/appsettings.Test.json12
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"
+ }
+}