Skip to content

Commit 4a3cc03

Browse files
committed
fix: broken links
1 parent 13d7e9d commit 4a3cc03

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

auth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Manifest uses **JSON Web Tokens (JWT)** to do that. When you log in, you basical
1515

1616
:::info
1717

18-
Notice the `TOKEN_SECRET_KEY` variable in your `.env` file ? This is the key that will encrypt your tokens, you can [generate one here](https://jwtsecret.com/generate).
18+
Notice the `TOKEN_SECRET_KEY` variable in your `.env` file ? This is the key that will encrypt your tokens, you can [generate one here](https://jwtsecrets.com/).
1919

2020
:::
2121

config.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ General environment variables.
2828

2929
Environment variables related to paths.
3030

31-
| Variable | Default | Description |
32-
| ------------------------ | ----------------------- | ---------------------------------------------------------------------------------------------------------------------------------- |
33-
| PUBLIC_FOLDER | `/public` | The public folder to show [static files](https://expressjs.com/en/starter/static-files.html) |
34-
| MANIFEST_HANDLERS_FOLDER | `/manifest/handlers` | The folder to put your handlers functions for [custom endpoints](./endpoints.md) |
35-
| MANIFEST_FILE_PATH | `/manifest/backend.yml` | The relative or absolute path of your Manifest YAML file |
36-
| TOKEN_SECRET_KEY | `-` | The secret key behind the JWT authentication. Required on production, you can [generate one here](https://jwtsecret.com/generate). |
31+
| Variable | Default | Description |
32+
| ------------------------ | ----------------------- | --------------------------------------------------------------------------------------------------------------------------- |
33+
| PUBLIC_FOLDER | `/public` | The public folder to show [static files](https://expressjs.com/en/starter/static-files.html) |
34+
| MANIFEST_HANDLERS_FOLDER | `/manifest/handlers` | The folder to put your handlers functions for [custom endpoints](./endpoints.md) |
35+
| MANIFEST_FILE_PATH | `/manifest/backend.yml` | The relative or absolute path of your Manifest YAML file |
36+
| TOKEN_SECRET_KEY | `-` | The secret key behind the JWT authentication. Required on production, you can [generate one here](https://jwtsecrets.com/). |
3737

3838
## Database
3939

0 commit comments

Comments
 (0)