Skip to content

Commit

Permalink
docs: update configuration table
Browse files Browse the repository at this point in the history
  • Loading branch information
Yukaii committed Mar 9, 2022
1 parent e0b93a1 commit 029f923
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,10 @@ Or in JSON file (`~/.hackmd/config.json`):

All available configurations are listed in the table below.

| Config key | Environment Variable | Data Type | Example Value | Description |
| ---------------------- | :--------------------- | ---------- | ----------------------------------- | -------------------------------- |
| `hackmdAPIEndpointURL` | `HMD_API_ENDPOINT_URL` | *`string`* | `https://my.hackmd-ee.api.endpoint` | The self-hosted API endpoint URL |
| `accessToken` | `HMD_API_ACCESS_TOKEN` | *`string`* | `MY_ACCESS_TOKEN` | Token to access HackMD APIs |
| Config key | Environment Variable | Data Type | Example Value | Description |
| ---------------------- | :--------------------- | ---------- | --------------------------------------- | --------------------------- |
| `hackmdAPIEndpointURL` | `HMD_API_ENDPOINT_URL` | *`string`* | `https://api.hackmd.io/v1` | HackMD EE API endpoint URL |
| `accessToken` | `HMD_API_ACCESS_TOKEN` | *`string`* | `UFHR12H7FSEF3ADFY3N9YNRN2E49VGR212NBF` | Token to access HackMD APIs |

## Commands

Expand Down

0 comments on commit 029f923

Please sign in to comment.