aboutsummaryrefslogtreecommitdiff
path: root/Timeline/appsettings.Development.json
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-01-05 23:19:56 +0800
committercrupest <crupest@outlook.com>2020-01-05 23:19:56 +0800
commitff29d3f9d7b3a1478aefff0a18af7c37f746c40c (patch)
tree5c884cc6752341a4dde274f6fafd79ffcb4fb972 /Timeline/appsettings.Development.json
parent41e33d570ac7181824b7cd3612010bb1962af540 (diff)
downloadtimeline-ff29d3f9d7b3a1478aefff0a18af7c37f746c40c.tar.gz
timeline-ff29d3f9d7b3a1478aefff0a18af7c37f746c40c.tar.bz2
timeline-ff29d3f9d7b3a1478aefff0a18af7c37f746c40c.zip
Use sqlite development database.
Diffstat (limited to 'Timeline/appsettings.Development.json')
-rw-r--r--Timeline/appsettings.Development.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/Timeline/appsettings.Development.json b/Timeline/appsettings.Development.json
index 424b3885..50eb9256 100644
--- a/Timeline/appsettings.Development.json
+++ b/Timeline/appsettings.Development.json
@@ -6,6 +6,9 @@
"Microsoft": "Information"
}
},
+ "DatabaseConfig": {
+ "UseDevelopment": true
+ },
"JwtConfig": {
"SigningKey": "this is very very very very very long secret"
}