Skip to content

Commit

Permalink
docs: Fix authentication path (#796)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelzw authored Feb 9, 2024
1 parent 9c05e57 commit 503c1d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced/authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ On Linux, one can use `GNOME Keyring` (or just Keyring) to access credentials th
## Fallback storage

If you run on a server with none of the aforementioned keychains available, then pixi falls back to store the credentials in an _insecure_ JSON file.
This JSON file is located at `~/.rattler/rattler_auth_store.json` and contains the credentials.
This JSON file is located at `~/.rattler/credentials.json` and contains the credentials.

0 comments on commit 503c1d0

Please sign in to comment.