diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-07-07 00:39:52 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-09-14 18:47:21 -0400 |
commit | 2b3f0e740bc09630e881c9967e5ad53d66384094 (patch) | |
tree | b95145d97b0abc0413220e139db88b287ea695fc /docs/technical/web.md | |
parent | e00fb85ee7822bc7fed2d6bd5a2e4c207a799418 (diff) | |
download | SMAPI-2b3f0e740bc09630e881c9967e5ad53d66384094.tar.gz SMAPI-2b3f0e740bc09630e881c9967e5ad53d66384094.tar.bz2 SMAPI-2b3f0e740bc09630e881c9967e5ad53d66384094.zip |
make MongoDB database name configurable (#651)
Diffstat (limited to 'docs/technical/web.md')
-rw-r--r-- | docs/technical/web.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/technical/web.md b/docs/technical/web.md index db54a87a..f1cb755b 100644 --- a/docs/technical/web.md +++ b/docs/technical/web.md @@ -123,6 +123,7 @@ Initial setup: `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:Database` | The database name (e.g. `smapi` in production or `smapi-edge` in testing environments). To deploy updates: 1. Deploy the web project using [AWS Toolkit for Visual Studio](https://aws.amazon.com/visualstudio/). |