Breaking Changes
MONGO_CONNECTION_STRING env variable
Configuration of the database connection was simplified. This also enabled the configuration of multiple hosts, which is needed for the usage of replica sets. To configure the connection to the database a single connection string has to be set for the MONGO_CONNECTION_STRING env variable (also documented in this env variable table here). Other env variables regarding the database connection were removed.
...