diff --git a/plugins/mongodb/mongo_lag b/plugins/mongodb/mongo_lag index 1229b971..90ca572b 100755 --- a/plugins/mongodb/mongo_lag +++ b/plugins/mongodb/mongo_lag @@ -20,7 +20,7 @@ Default for host is 127.0.0.1 and port 27017 and will work without being defined env.username user env.password P@55w0rd - or +or [mongo_lag] env.MONGO_DB_URI mongodb://user:passwd@127.0.0.1:27017 diff --git a/plugins/mongodb/mongodb_conn b/plugins/mongodb/mongodb_conn index c2b11f84..718e0b73 100755 --- a/plugins/mongodb/mongodb_conn +++ b/plugins/mongodb/mongodb_conn @@ -18,7 +18,7 @@ Default for host is 127.0.0.1 and port 27017 and will work without being defined env.username user env.password P@55w0rd - or +or [mongodb_conn] env.MONGO_DB_URI mongodb://user:passwd@127.0.0.1:27017