Skip to content

Commit

Permalink
Aotumated: Update starship documentation from starship repo
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed May 29, 2024
1 parent b597d3f commit 168e072
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pages/starship/config/chains.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,20 @@ Noteable other versions are: `v0.34.x` as well as `v0.38.x`.
If `cometmock` is enabled, during port-forwarding, we forward the `ports.rpc` to the cometmock endpoint.
For in-cluster communication, make sure to connect to the cometmock service instead of validator service for rpc connections.

## `env` (optional)
The `env` directive allows you to set custom environment variables for the validator and genesis containers. This can be useful for enabling features like debug logging or configuring specific settings.

The `env` directive expects an array of objects, each containing a `name` and `value` field. Here's an example of how to use the `env` directive:
```yaml
chains:
- id: agoriclocal
name: agoric
numValidators: 1
env:
- name: DEBUG
value: SwingSet:vat,SwingSet:ls
```

### Learn more
To more about CometMock, have a look at the [blog](https://informal.systems/blog/cometmock) that explains its working

Expand Down

0 comments on commit 168e072

Please sign in to comment.