From bc55ce69fc8688e02aaa99def66b1a92a34df010 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jerem=C3=ADas?= Date: Tue, 16 Mar 2021 13:29:55 -0300 Subject: [PATCH] try to be consistent with doc format --- plugins/mongodb/mongo_lag | 2 +- plugins/mongodb/mongodb_conn | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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