summaryrefslogtreecommitdiff
path: root/src/SMAPI.Web/appsettings.Development.json
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2019-12-22 12:08:01 -0500
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2019-12-22 12:08:01 -0500
commitd6ef6f627ae049c29c2241d39261dee7de3da663 (patch)
tree0d3ff3199d41c49c25aa82ff9faf95df382c38dc /src/SMAPI.Web/appsettings.Development.json
parent139e267aaaeca9ad84e2a46b1068967b5599f1b6 (diff)
downloadSMAPI-d6ef6f627ae049c29c2241d39261dee7de3da663.tar.gz
SMAPI-d6ef6f627ae049c29c2241d39261dee7de3da663.tar.bz2
SMAPI-d6ef6f627ae049c29c2241d39261dee7de3da663.zip
configure MongoDB connection string directly
Diffstat (limited to 'src/SMAPI.Web/appsettings.Development.json')
-rw-r--r--src/SMAPI.Web/appsettings.Development.json4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/SMAPI.Web/appsettings.Development.json b/src/SMAPI.Web/appsettings.Development.json
index a6e48c69..54460c46 100644
--- a/src/SMAPI.Web/appsettings.Development.json
+++ b/src/SMAPI.Web/appsettings.Development.json
@@ -18,9 +18,7 @@
},
"MongoDB": {
- "Host": null,
- "Username": null,
- "Password": null,
+ "ConnectionString": null,
"Database": "smapi-edge"
},