We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6b0022 commit 368442eCopy full SHA for 368442e
.env.example
@@ -0,0 +1,14 @@
1
+VEEAM_API_URL=https://your-vbr-server:9419
2
+VEEAM_USERNAME=your-username
3
+VEEAM_PASSWORD=your-password
4
+
5
+VRO_API_URL=https://your-vro-server:9898
6
+VRO_USERNAME=your-vro-username
7
+VRO_PASSWORD=your-vro-password
8
9
+VBM_API_URL=https://your-vbm-server:4443
10
+VBM_USERNAME=your-vbm-username
11
+VBM_PASSWORD=your-vbm-password
12
13
+# dev only
14
+NODE_TLS_REJECT_UNAUTHORIZED=0
.gitignore
@@ -31,7 +31,7 @@ yarn-error.log*
31
.pnpm-debug.log*
32
33
# env files (can opt-in for committing if needed)
34
-.env*
+.env
35
36
# vercel
37
.vercel
0 commit comments