summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3db35ea..48dd73c 100644
--- a/README.md
+++ b/README.md
@@ -5,10 +5,11 @@ Python SDK for interacting with VyOS API
## .env for example.py
run example.py after you create and .env
+```
VYDEVICE_HOSTNAME=
VYDEVICE_KEY=
VYDEVICE_PORT=443
VYDEVICE_PROTOCOL=https
VYDEVICE_VERIFY_SSL=False
-
+```