# pyvyos device configuration. # Copy this file to .env and fill in the values. # Hostname or IP address of the VyOS device. VYDEVICE_HOSTNAME= # API key configured on the device with: # set service https api keys id key VYDEVICE_APIKEY= # HTTPS port of the VyOS API (default: 443). VYDEVICE_PORT=443 # Protocol: "https" (recommended) or "http". VYDEVICE_PROTOCOL=https # Verify the TLS certificate of the device. # Set to "false" ONLY in lab environments using self-signed certificates. VYDEVICE_VERIFY_SSL=true