diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-12-22 12:08:01 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-12-22 12:08:01 -0500 |
commit | d6ef6f627ae049c29c2241d39261dee7de3da663 (patch) | |
tree | 0d3ff3199d41c49c25aa82ff9faf95df382c38dc /src/SMAPI.Web/appsettings.Development.json | |
parent | 139e267aaaeca9ad84e2a46b1068967b5599f1b6 (diff) | |
download | SMAPI-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.json | 4 |
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" }, |