Skip to content

Commit 5c842b8

Browse files
committed
use xdg cache dir instead of data
1 parent b0b95ce commit 5c842b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/engine/authentication.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ If no existing JWT is located, the client **MUST** generate such a token, valid
4444
### Default JWT secret locations
4545

4646
For Linux:
47-
* `$XDG_DATA_DIR/ethereum/engine/jwt.hex`
48-
* `$HOME/.local/share/ethereum/engine/jwt.hex`
47+
* `$XDG_CACHE_DIR/ethereum/engine/jwt.hex`
48+
* `$HOME/.cache/ethereum/engine/jwt.hex`
4949

5050
For Mac:
51-
* `$HOME/Library/Application Support/Ethereum/Engine/jwt.hex`
51+
* `$HOME/Library/Caches/Ethereum/Engine/jwt.hex`
5252

5353
For Windows:
5454
* `%LocalAppData%/Ethereum/Engine/jwt.hex`

0 commit comments

Comments
 (0)