Skip to content

Commit

Permalink
docs: more beacon network migration
Browse files Browse the repository at this point in the history
  • Loading branch information
gsfk committed Sep 17, 2024
1 parent 97a69a6 commit f1b084c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/migrating_to_17.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,14 @@ To host a network of beacons, with a corresponding UI in Bento Public, first cop
then update values at `lib/beacon/config/beacon_network_config.json`. Activate the network by adding (or modifying) this value in local.env:


## 6. Add env variable for Beacon network

Add this value to local.env (with the value `true` if you want to activate the network)
```bash
BENTO_BEACON_NETWORK_ENABLED='true'
BENTO_BEACON_NETWORK_ENABLED='false'
```


## 5. Start Bento

```bash
Expand Down

0 comments on commit f1b084c

Please sign in to comment.