diff options
| author | Eduardo Morais <eduardoromorais@gmail.com> | 2025-08-27 15:00:26 -0300 |
|---|---|---|
| committer | Eduardo Morais <eduardoromorais@gmail.com> | 2025-08-27 15:00:26 -0300 |
| commit | 87993c76db7ef790cfe58a6b3c71412f33a77936 (patch) | |
| tree | 59a18eaf41d117c06e6afd08431abfb5a3a19b21 /vagrant/.env.example | |
| parent | 85e4714c53b662c45a1f6ee4b6cb0089ad29cc7b (diff) | |
| download | pyvyos-87993c76db7ef790cfe58a6b3c71412f33a77936.tar.gz pyvyos-87993c76db7ef790cfe58a6b3c71412f33a77936.zip | |
Fix/9910428810 - Atualizando Vagrantfile, remoção de dependencia dotenv, atualizacao .env.example
Diffstat (limited to 'vagrant/.env.example')
| -rw-r--r-- | vagrant/.env.example | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/vagrant/.env.example b/vagrant/.env.example index 36bebf8..905f259 100644 --- a/vagrant/.env.example +++ b/vagrant/.env.example @@ -1,13 +1,12 @@ - # vyos https api key -VYDEVICE_APIKEY=your_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 -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
\ No newline at end of file +VYDEVICE_HOST_IP=192.168.0.114 +# use 127.0.0.1, virtualbox running on linux host or windows host |
