Skip to content

Commit 6f8bd3f

Browse files
committed
patch
1 parent 49c08f0 commit 6f8bd3f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
node_modules
22
.DS_Store
33
.verdaccio
4-
.verdaccio_htpasswd
4+
.verdaccio.cfg

verdaccio.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ listen:
33
- 0.0.0.0:4873
44
auth:
55
htpasswd:
6-
file: ./.verdaccio_htpasswd
6+
file: ./.verdaccio.cfg
77
max_users: 1000
88
uplinks:
99
npmjs:

0 commit comments

Comments
 (0)