Skip to content

Commit 41fb00e

Browse files
authored
Merge pull request #864 from kenjis/docs-do-not-use-dotenv
docs: change dotenv to text
2 parents b1adfa8 + 9376575 commit 41fb00e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/addons/jwt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ The default claims will be included in all tokens issued by Shield.
109109
Set your secret key in the `$keys` property, or set it in your `.env` file.
110110

111111
E.g.:
112-
```dotenv
112+
```text
113113
authjwt.keys.default.0.secret = 8XBFsF6HThIa7OV/bSynahEch+WbKrGcuiJVYPiwqPE=
114114
```
115115

0 commit comments

Comments
 (0)