Skip to content

Commit

Permalink
Fix a few tables
Browse files Browse the repository at this point in the history
  • Loading branch information
svenstm committed Sep 26, 2018
1 parent be7e00a commit 8f77fcb
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -14,11 +14,11 @@ _You can optain the latest version of `docker-compose` using pip._
This repository contains the configuration files to run your LTO Node. There are 3 configuration variations of the node.
Each configuration serves a different need of the node:

|Node Type |Description|
|-----------------------------------|-----------|
|[Public Node only](public-node) | Contains only the public node. This configuration can be used for mining |
|[Anchor Node](anchor-node) | Contains both the public node and the anchoring service. This configuration can be used for the anchoring of hashes of the public LTO chain |
|[Full Node](full-node) | Contains all services. This configuration can used to run decentralized workflows |
Node Type |Description
-----------------------------------|-----------
[Public Node only](public-node) | Contains only the public node. This configuration can be used for mining
[Anchor Node](anchor-node) | Contains both the public node and the anchoring service. This configuration can be used for the anchoring of hashes of the public LTO chain
[Full Node](full-node) | Contains all services. This configuration can used to run decentralized workflows

### TestNet

Expand Down
10 changes: 5 additions & 5 deletions full-node/AWS Elastic Beanstalk/README.md
Expand Up @@ -27,9 +27,9 @@ Now your node is should good to go!
The node configuration comes with Redis, RabbitMQ and MongoDB included. It is adviced to run these services outside of
the node. The following Environment properties can be used to connect to external services:

| Service | Variable | Description |
| ------------------------- | ----------------------------| ------------------------------------- |
| LegelEvents / Legalflow | MONGODB_URL | Use the MongoDB connection string |
| Anchor | ANCHOR_REDIS_URL | Use the redis connection string |
| Event Dispatcher | DISPATCHER_RABBITMQ_CLIENT | Use the RabbitMQ connection string |
Service | Variable | Description
------------------------- | ----------------------------| -------------------------------------
LegelEvents / Legalflow | MONGODB_URL | Use the MongoDB connection string
Anchor | ANCHOR_REDIS_URL | Use the redis connection string
Event Dispatcher | DISPATCHER_RABBITMQ_CLIENT | Use the RabbitMQ connection string

12 changes: 6 additions & 6 deletions full-node/Docker compose/README.md
Expand Up @@ -48,12 +48,12 @@ or
The node configuration comes with Redis, RabbitMQ and MongoDB included. It is adviced to run these services outside of
the node. The following Environment properties can be used to connect to external services:

| Service | Variable | Description |
| ------------------------- | ----------------------------| ------------------------------------- |
| LegelEvents / Legalflow | MONGODB_URL | Use the MongoDB connection string |
| Anchor | ANCHOR_REDIS_URL | Use the redis connection string |
| Event Dispatcher | DISPATCHER_RABBITMQ_CLIENT | Use the RabbitMQ connection string |
| Webserver | PORT | Run the node on a different port |
Service | Variable | Description
------------------------- | ----------------------------| -------------------------------------
LegelEvents / Legalflow | MONGODB_URL | Use the MongoDB connection string
Anchor | ANCHOR_REDIS_URL | Use the redis connection string
Event Dispatcher | DISPATCHER_RABBITMQ_CLIENT | Use the RabbitMQ connection string
Webserver | PORT | Run the node on a different port

### Running

Expand Down

0 comments on commit 8f77fcb

Please sign in to comment.