From c85b77d3af66a129f64d8eac0361e5e32cff783b Mon Sep 17 00:00:00 2001 From: Jan Oberhauser Date: Mon, 2 Sep 2019 07:26:48 +0200 Subject: [PATCH] :books: Small fix in sensitive data documentation --- docker/images/n8n/README.md | 2 +- packages/cli/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/images/n8n/README.md b/docker/images/n8n/README.md index b4fa7d91df..8ca02b1e23 100644 --- a/docker/images/n8n/README.md +++ b/docker/images/n8n/README.md @@ -168,7 +168,7 @@ with the given name. That makes it possible to load data easily from Docker- and Kubernetes-Secrets. The following environment variables support file input: - - DB_MONGODB_CONNECTION_URL + - DB_MONGODB_CONNECTION_URL_FILE - DB_POSTGRESDB_DATABASE_FILE - DB_POSTGRESDB_HOST_FILE - DB_POSTGRESDB_PASSWORD_FILE diff --git a/packages/cli/README.md b/packages/cli/README.md index 4bd3f0554c..6370789ee1 100644 --- a/packages/cli/README.md +++ b/packages/cli/README.md @@ -158,7 +158,7 @@ with the given name. That makes it possible to load data easily from Docker- and Kubernetes-Secrets. The following environment variables support file input: - - DB_MONGODB_CONNECTION_URL + - DB_MONGODB_CONNECTION_URL_FILE - DB_POSTGRESDB_DATABASE_FILE - DB_POSTGRESDB_HOST_FILE - DB_POSTGRESDB_PASSWORD_FILE