fix(profile): config path (#397)

* fix(profile): config path (#397)
This commit is contained in:
hakansa
2025-07-25 15:52:04 +03:00
committed by GitHub
parent 8941c2a49b
commit e26716f40a
8 changed files with 16 additions and 19 deletions

View File

@@ -52,11 +52,11 @@ Think of it as a separate "NetBird account" on your machine:
Profiles live in your system or user config folders:
| OS | System-wide path | User path |
| ------ | --------------------------------- | ----------------------------------------------------- |
| Linux | `/var/lib/netbird/profiles/...` | `~/.config/netbird/<profile>.json` |
| macOS | `/Library/Application Support/...`| `~/Library/Application Support/NetBird/<profile>.json`|
| Windows| `%ProgramData%\Netbird\profiles\` | `%APPDATA%\Netbird\<profile>.json` |
| OS | Config path |
| ------ | --------------------------------- |
| Linux | `/var/lib/netbird/...` |
| macOS | `/var/lib/netbird...`|
| Windows| `%ProgramData%\Netbird\profiles\` |
---