Skip to content

Commit

Permalink
tweak readme
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch authored Jul 11, 2024
1 parent 5381df9 commit ddf3f55
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,7 @@ In local network mode, you can optionally pass:
- `testnet` sets limits to match those used on testnet (the default quickstart configuration)
- `unlimited` sets limits to the maximum resources that can be configured

- `--enable {core, horizon, rpc}` to further select which services are started in the quickstart container. Since using a 'local' network, the core service will be started regardless as it runs the 'local' network, and these additional permutations of `--enable` are applicable:
- not specified, the default behavior will be to run core, horizon, friendbot, rpc.
- `core` only runs the stellar core and an associated archive server.
- `core,horizon` runs core, horizon, friendbot
- `horizon` runs core, horizon, friendbot
- `rpc` runs core, horizon, friendbot, rpc.

__Note: The `--enable` options behaves differently in local network mode, see [Service Options](#service-otions) for more details.__
The network passphrase of the network defaults to:
```
Standalone Network ; February 2017
Expand Down Expand Up @@ -100,7 +94,7 @@ To run only select services, simply specify only those services. For example, to
```
--enable rpc
```

__Note: In `--local` mode the `core` service always runs no matter what options are passed, the `friendbot` faucet service runs whenever `horizon` is running, and `horizon` is run when `rpc` is requested so that friendbot is available.__
### Faucet (Friendbot)

Stellar development/test networks use friendbot as a faucet for the native asset.
Expand Down

0 comments on commit ddf3f55

Please sign in to comment.