blob: 36bebf8f5429adbcb328a2d7b6dc7e837cacbd2d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# vyos https api key
VYDEVICE_APIKEY=your_api_key
# vyos network interface
VYDEVICE_IP=192.168.56.10
VYDEVICE_NETMASK=255.255.255.0
# 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
HOST_IP=192.168.0.114
# or use 127.0.0.1, virtualbox running on linux host or windows host
# HOST_IP=127.0.0.1
|