blob: 905f25939ba08991b8612033036f0ba76028b329 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# vyos https api key
VYDEVICE_APIKEY="your_api_key"
# vyos network interface
VYDEVICE_IP=192.168.56.10
VYDEVICE_NETMASK=255.255.255.0
VYDEVICE_HTTPS_PORT=443
# HOST_IP is the ip address of the host machine of the virtualbox
# use your windows network interface for virtualbox running on windows host and using wsl2 for vagrant
VYDEVICE_HOST_IP=192.168.0.114
# use 127.0.0.1, virtualbox running on linux host or windows host
|