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
commit1b14247503ceadaaa8ab4dea755b032e84e28f4a (patch)
tree950169ab8c7f3456b063e408f77017bbb02eac2c
parent641f722ef3f3f659993b98aa8328fbcf3d040c85 (diff)
downloadtimeline-1b14247503ceadaaa8ab4dea755b032e84e28f4a.tar.gz
timeline-1b14247503ceadaaa8ab4dea755b032e84e28f4a.tar.bz2
timeline-1b14247503ceadaaa8ab4dea755b032e84e28f4a.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"
+ }
+}