Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1846 from LiskHQ/1838-Update-overview-page-of-Ser…
Browse files Browse the repository at this point in the history
…vice-docs

Add Remark according to README - Closes 1838
  • Loading branch information
sameersubudhi authored Sep 13, 2023
2 parents f61fdd0 + de92cf8 commit d617f75
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/antora/modules/ROOT/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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 *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.
The inter-microservice communications are enabled with a message broker.
Expand Down

0 comments on commit d617f75

Please sign in to comment.