Skip to content

Commit

Permalink
Tackle PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tdroxler committed Sep 25, 2024
1 parent 4e3f11d commit 31a327d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/infrastructure/explorer-backend.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Alephium's explorer backend is an indexer that provides a RESTful API to query t

It serves https://explorer.alephium.org/ as well as our wallets.

Find more information in the [Alephium Explorer Backend repository](https://github.com/alephium/explorer-backend/)
Find more information in the [Alephium Explorer Backend repository](https://github.com/alephium/explorer-backend/).

## Prerequisites

Expand All @@ -20,7 +20,7 @@ Find more information in the [Alephium Explorer Backend repository](https://gith

Download file `explorer-backend-x.x.x.jar` from [Github release](https://github.com/alephium/explorer-backend/releases/latest).

## Create the database:
## Create the database

1. Start the `postgresql` service.
2. Login to the PostgreSQL shell with the default `postgres` user:
Expand Down Expand Up @@ -68,7 +68,7 @@ alephium {
}
```

### Environment variables:
### Environment variables

Every value has a corresponding environment variable, you can find all of them in the [application.conf](https://github.com/alephium/explorer-backend/blob/master/app/src/main/resources/application.conf). e.g:

Expand Down

0 comments on commit 31a327d

Please sign in to comment.