Skip to content
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.

Commit

Permalink
docs: update readme conf section
Browse files Browse the repository at this point in the history
  • Loading branch information
etienne-napoleone committed Jul 24, 2021
1 parent 50718ff commit b39eaf2
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,18 @@ Requires:

### Configuration

| envvar | type | default | description |
|--------------------------|------|-----------------------|---------------------------------|
| BOT_TOKEN | str | - | Telegram bot token |
| DB_HOST | str | `"localhost"` | Mongo database host |
| DB_PORT | int | `27017` | Mongo port host |
| REDIS_URL | str | `"redis://localhost"` | Redis url connexion string |
| LCD_URL | str | - | Terra lcd url |
| CHAIN_ID | str | - | Terra chaind id |
| ANCHOR_MARKET_CONTRACT | str | - | Anchor market contract address |
| ANCHOR_OVERSEER_CONTRACT | str | - | Anchor overseer contact address |
| envvar | required | default | description |
|--------------------------|----------|---------------------|---------------------------------|
| BOT_TOKEN | Yes | - | Telegram bot token |
| LCD_URL | Yes | - | Terra lcd url |
| CHAIN_ID | Yes | - | Terra chaind id |
| ANCHOR_MARKET_CONTRACT | Yes | - | Anchor market contract address |
| ANCHOR_OVERSEER_CONTRACT | Yes | - | Anchor overseer contact address |
| DEBUG | No | - | Telegram bot token |
| DB_NAME | No | `ltv` | Mongo database host |
| DB_HOST | No | `localhost` | Mongo database host |
| DB_PORT | No | `27017` | Mongo port host |
| REDIS_URL | No | `redis://localhost` | Redis url connexion Yesing |

### Run

Expand Down

0 comments on commit b39eaf2

Please sign in to comment.