Skip to content

Commit

Permalink
chore: updating the code block language identifier to have consistent…
Browse files Browse the repository at this point in the history
… approach through the docs
  • Loading branch information
JoblersTune committed Jul 31, 2024
1 parent 3c1f35f commit 267e721
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
7 changes: 4 additions & 3 deletions localenv/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,11 @@ If you want to start one local instance of Rafiki and peer it automatically to [

// using Tigerbeetle DB

```
```sh
# using Tigerbeetle DB
pnpm localenv:compose:autopeer

// OR using Postgres DB
# OR using Postgres DB
pnpm localenv:compose:psql:autopeer
```

Expand Down Expand Up @@ -298,7 +299,7 @@ Keep-Alive: timeout=5

It is possible that upon (re)starting the local playground, you may run into an issue where there are no accounts/wallet addresses visible in the mock account servicing entities' pages (http://localhost:3030, http://localhost:3031). This is because seeding of the initial account data only works against an empty database. To correct this, clear the volumes, and restart the container via:

```
```sh
pnpm localenv:compose down --volumes
pnpm localenv:compose up -d
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ title: Auto-Peering

If you want to start one local instance of Rafiki and peer it automatically to [Rafiki.money](https://rafiki.money), you can run the following commands:

```
// using Tigerbeetle DB
```sh
# using Tigerbeetle DB
pnpm localenv:compose:autopeer

// OR using Postgres DB
# OR using Postgres DB
pnpm localenv:compose:psql:autopeer
```

Expand All @@ -26,7 +26,7 @@ Note that you have to go through an additional "login" step by providing you IPv

To shut down the connection and to clear the environment, run

```
```sh
pnpm localenv:compose down --volumes
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ Keep-Alive: timeout=5

It is possible that upon (re)starting the local playground, you may run into an issue where there are no accounts/wallet addresses visible in the mock account servicing entities' pages (http://localhost:3030, http://localhost:3031). This is because seeding of the initial account data only works against an empty database. To correct this, clear the volumes, and restart the container via:

```
```sh
pnpm localenv:compose down --volumes
pnpm localenv:compose up -d
```
Expand Down

0 comments on commit 267e721

Please sign in to comment.