From 75b6f854e180a96f7f443830ac4f4b9379790b44 Mon Sep 17 00:00:00 2001 From: Alex Vanin Date: Wed, 11 May 2022 10:36:24 +0300 Subject: [PATCH] [#1358] example: Update README.md Mention Inner ring and CLI applications. Signed-off-by: Alex Vanin --- config/example/README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/config/example/README.md b/config/example/README.md index 6a1e5ee3..ac1d4c10 100644 --- a/config/example/README.md +++ b/config/example/README.md @@ -11,7 +11,12 @@ It is not recommended transferring these configs for real application launches. - Storage node - JSON: `node.json` - YAML: `node.yaml` +- Inner ring + - YAML: `ir.yaml` +- CLI + - YAML: `cli.yaml` ## Environment variables -- Storage node: `node.env` \ No newline at end of file +- Storage node: `node.env` +- Inner ring: `ir.env` \ No newline at end of file