diff options
author | crupest <crupest@outlook.com> | 2020-01-05 23:19:56 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-01-05 23:19:56 +0800 |
commit | b629695c7c28fb89b91f2f7e09f7eea632c21aba (patch) | |
tree | 5c884cc6752341a4dde274f6fafd79ffcb4fb972 /Timeline/appsettings.Production.json | |
parent | 24f5c10f5c96b07bc8c1280a1198024c0f00c101 (diff) | |
download | timeline-b629695c7c28fb89b91f2f7e09f7eea632c21aba.tar.gz timeline-b629695c7c28fb89b91f2f7e09f7eea632c21aba.tar.bz2 timeline-b629695c7c28fb89b91f2f7e09f7eea632c21aba.zip |
Use sqlite development database.
Diffstat (limited to 'Timeline/appsettings.Production.json')
-rw-r--r-- | Timeline/appsettings.Production.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Timeline/appsettings.Production.json b/Timeline/appsettings.Production.json new file mode 100644 index 00000000..5d3db1bc --- /dev/null +++ b/Timeline/appsettings.Production.json @@ -0,0 +1,5 @@ +{
+ "DatabaseConfig": {
+ "UseDevelopment": false
+ }
+}
|