diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 - +``` |