From 72d81dba92799077f49d25829f14522d6a9d1570 Mon Sep 17 00:00:00 2001 From: Leonard Lyubich Date: Tue, 1 Jun 2021 19:46:08 +0300 Subject: [PATCH] [#493] config/example: Write about ENVs in README.md Signed-off-by: Leonard Lyubich --- config/example/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/config/example/README.md b/config/example/README.md index cdc5e101..eb3e494a 100644 --- a/config/example/README.md +++ b/config/example/README.md @@ -10,4 +10,8 @@ It is not recommended to transfer these configs for real application launches. - Storage node - JSON: `node.json` - - YAML: `node.yaml` \ No newline at end of file + - YAML: `node.yaml` + +## Environment variables + +- Storage node: `node.env` \ No newline at end of file