summaryrefslogtreecommitdiff
path: root/docs
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 /docs
parent139e267aaaeca9ad84e2a46b1068967b5599f1b6 (diff)
downloadSMAPI-d6ef6f627ae049c29c2241d39261dee7de3da663.tar.gz
SMAPI-d6ef6f627ae049c29c2241d39261dee7de3da663.tar.bz2
SMAPI-d6ef6f627ae049c29c2241d39261dee7de3da663.zip
configure MongoDB connection string directly
Diffstat (limited to 'docs')
-rw-r--r--docs/technical/web.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/technical/web.md b/docs/technical/web.md
index 697ec280..67e86c8b 100644
--- a/docs/technical/web.md
+++ b/docs/technical/web.md
@@ -366,9 +366,7 @@ Initial setup:
`ApiClients.AzureBlobConnectionString` | The connection string for the Azure Blob storage account created in step 2.
`ApiClients.GitHubUsername`<br />`ApiClients.GitHubPassword` | The login credentials for the GitHub account with which to fetch release info. If these are omitted, GitHub will impose much stricter rate limits.
`ApiClients:NexusApiKey` | The [Nexus API authentication key](https://github.com/Pathoschild/FluentNexus#init-a-client).
- `MongoDB:Host` | The hostname for the MongoDB instance.
- `MongoDB:Username` | The login username for the MongoDB instance.
- `MongoDB:Password` | The login password for the MongoDB instance.
+ `MongoDB:ConnectionString` | The connection string for the MongoDB instance.
`MongoDB:Database` | The MongoDB database name (e.g. `smapi` in production or `smapi-edge` in testing environments).
Optional settings: