From f6c9bc637fd4259fa69f63f8874ea7ba2dc50d7a Mon Sep 17 00:00:00 2001 From: Nick Cox Date: Sat, 12 Nov 2016 13:47:32 -0700 Subject: [PATCH] Document the new replica set compatibility --- mongo-express/content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mongo-express/content.md b/mongo-express/content.md index be0b13a3c..d8956a2cd 100644 --- a/mongo-express/content.md +++ b/mongo-express/content.md @@ -32,7 +32,7 @@ Environment vairables are passed to the `run` command for configuring a mongo-ex ME_CONFIG_MONGODB_ADMINUSERNAME | '' | MongoDB admin username ME_CONFIG_MONGODB_ADMINPASSWORD | '' | MongoDB admin password ME_CONFIG_MONGODB_PORT | 27017 | MongoDB port - ME_CONFIG_MONGODB_SERVER | 'mongo' | MongoDB container name + ME_CONFIG_MONGODB_SERVER | 'mongo' | MongoDB container name. Use comma delimited list of host names for replica sets. ME_CONFIG_OPTIONS_EDITORTHEME | 'default' | mongo-express editor color theme, [more here](http://codemirror.net/demo/theme.html) ME_CONFIG_REQUEST_SIZE | '100kb' | Maximum payload size. CRUD operations above this size will fail in [body-parser](https://www.npmjs.com/package/body-parser). ME_CONFIG_SITE_BASEURL | '/' | Set the baseUrl to ease mounting at a subdirectory. Remember to include a leading and trailing slash.