Skip to content

Commit 368442e

Browse files
committed
Minor fix
1 parent d6b0022 commit 368442e

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

.env.example

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ yarn-error.log*
3131
.pnpm-debug.log*
3232

3333
# env files (can opt-in for committing if needed)
34-
.env*
34+
.env
3535

3636
# vercel
3737
.vercel

0 commit comments

Comments
 (0)