diff options
author | Roberto Berto <roberto.berto@gmail.com> | 2023-12-14 13:16:37 -0300 |
---|---|---|
committer | Roberto Berto <roberto.berto@gmail.com> | 2023-12-14 13:16:37 -0300 |
commit | 83cb4938726ab21a4cb913db670f8508c554b44e (patch) | |
tree | 4d13c6c87055870822451aa44d09dd076329b6a2 | |
parent | b7c5de2ba791622d34706cad211fb763e9518c82 (diff) | |
download | pyvyos-83cb4938726ab21a4cb913db670f8508c554b44e.tar.gz pyvyos-83cb4938726ab21a4cb913db670f8508c554b44e.zip |
created .env.example
-rw-r--r-- | .env.example | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..328f4c0 --- /dev/null +++ b/.env.example @@ -0,0 +1,5 @@ +VYDEVICE_HOSTNAME= +VYDEVICE_APIKEY= +VYDEVICE_PORT=443 +VYDEVICE_PROTOCOL=https +VYDEVICE_VERIFY_SSL=False
\ No newline at end of file |