doc(vpn-desktop): update readme (#4260)

This commit is contained in:
Pierre Dommerc
2023-12-19 11:33:21 +01:00
committed by GitHub
parent f6c2cab531
commit dd9f4f24f1
+10
View File
@@ -39,7 +39,17 @@ For example on Linux the path would be `~/.config/nym-vpn/config.toml`
# path to the env config file if you provide one
env_config_file = "$HOME/.config/nym-vpn/qa.env"
```
## Optional config
In the config file `nym-vpn/config.toml`
```toml
env_config_file = "$HOME/.config/nym-vpn/qa.env"
# set the entry node location to use, as two letter country code
entry_node_location = "FR"
```
## Dev