mirror of
https://github.com/SomboChea/ui
synced 2024-11-05 06:04:28 +07:00
fix: reload packages on log in (#421)
related https://github.com/verdaccio/ui/pull/415
This commit is contained in:
parent
164cea6c10
commit
1eca1f4079
@ -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:
|
||||
@ -23,7 +23,7 @@ security:
|
||||
web:
|
||||
sign:
|
||||
expiresIn: 100d
|
||||
notBefore: 1
|
||||
notBefore: 0
|
||||
|
||||
uplinks:
|
||||
npmjs:
|
||||
|
Loading…
Reference in New Issue
Block a user