Skip to content
This repository has been archived by the owner on Jan 16, 2022. It is now read-only.

Commit

Permalink
fix: reload packages on log in (#421)
Browse files Browse the repository at this point in the history
related #415
  • Loading branch information
juanpicado authored Jan 14, 2020
1 parent 164cea6 commit 1eca1f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/_verdaccio.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ auth:
users:
foo:
name: test
password: test
password: test #pragma: allowlist secret
bar:
name: bar
password: test
password: test #pragma: allowlist secret
security:
api:
jwt:
Expand All @@ -23,7 +23,7 @@ security:
web:
sign:
expiresIn: 100d
notBefore: 1
notBefore: 0

uplinks:
npmjs:
Expand Down

0 comments on commit 1eca1f4

Please sign in to comment.