From b0aef8802e2ef64b43dc725eb03958ce06d15508 Mon Sep 17 00:00:00 2001 From: Muhammad Talha <13951043+TalhaMaliktz@users.noreply.github.com> Date: Tue, 12 Sep 2023 17:31:53 +0500 Subject: [PATCH 1/2] Add Remark according to README --- docs/antora/modules/ROOT/pages/index.adoc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/antora/modules/ROOT/pages/index.adoc b/docs/antora/modules/ROOT/pages/index.adoc index 0056338a40..94a14187de 100644 --- a/docs/antora/modules/ROOT/pages/index.adoc +++ b/docs/antora/modules/ROOT/pages/index.adoc @@ -140,12 +140,14 @@ It allows all services to share a similar interface and design pattern. The objective of the Template service is to reduce code duplication and increase consistency between each service, hence simplifying code maintenance and testing. |=== -==== Remarks - +[NOTE] +==== * Lisk Service by default attempts to connect to a local node via WebSocket on port `7887` or IPC on `~/.lisk/lisk-core` by default. * The default installation method is based on Docker. * Please note that certain token conversion rates in the Market service require their API keys. * For the events information to be always available in the API, please set the `system.keepEventsForHeights: -1` in the Lisk application node config. +* It is highly recommended to *NOT* enable any plugins on the Lisk application node when running Lisk Service against it. +==== The following diagram below depicts an overview of the microservice architecture. The inter-microservice communications are enabled with a message broker. From de92cf81968cb06f47f29a69f085d42b220709e2 Mon Sep 17 00:00:00 2001 From: Muhammad Talha <13951043+TalhaMaliktz@users.noreply.github.com> Date: Wed, 13 Sep 2023 15:44:50 +0500 Subject: [PATCH 2/2] Update docs/antora/modules/ROOT/pages/index.adoc Co-authored-by: chris529 --- docs/antora/modules/ROOT/pages/index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/antora/modules/ROOT/pages/index.adoc b/docs/antora/modules/ROOT/pages/index.adoc index 94a14187de..06f73755f4 100644 --- a/docs/antora/modules/ROOT/pages/index.adoc +++ b/docs/antora/modules/ROOT/pages/index.adoc @@ -146,7 +146,7 @@ The objective of the Template service is to reduce code duplication and increase * The default installation method is based on Docker. * Please note that certain token conversion rates in the Market service require their API keys. * For the events information to be always available in the API, please set the `system.keepEventsForHeights: -1` in the Lisk application node config. -* It is highly recommended to *NOT* enable any plugins on the Lisk application node when running Lisk Service against it. +* It is highly recommended *NOT* to enable any plugins on the Lisk application node when running Lisk Service against it. ==== The following diagram below depicts an overview of the microservice architecture.