summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDavid Lönnhager <david.l@mullvad.net>2021-10-15 12:01:02 +0200
committerDavid Lönnhager <david.l@mullvad.net>2021-10-26 15:03:13 +0200
commitb0ce0eb2328179129634c85014f2c61d7b165ef1 (patch)
tree430871121b3f5340bda0cd3b332663e3022e3aa3
parentb214ba74cafc18b6a13ee5678055355302386cde (diff)
downloadmullvadvpn-b0ce0eb2328179129634c85014f2c61d7b165ef1.tar.xz
mullvadvpn-b0ce0eb2328179129634c85014f2c61d7b165ef1.zip
Update readme
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 83319613e3..778af3a1cc 100644
--- a/README.md
+++ b/README.md
@@ -455,6 +455,12 @@ echo "org.gradle.jvmargs=-Xmx4608M" >> ~/.gradle/gradle.properties
interface UDS socket to users in the specified group. This means that only users in that group can
use the CLI and GUI. By default, everyone has access to the socket.
+#### Dev builds only
+
+* `MULLVAD_API_HOST` - Set the hostname to use in API requests. E.g. `api.mullvad.net`.
+
+* `MULLVAD_API_ADDRESS` - Set the IP address and port to use in API requests. E.g. `10.10.1.2:443`.
+
#### Setting environment variable
- On Windows, one can use `setx` from an elevated shell, like so
```bat