mirror of
https://github.com/SomboChea/ui
synced 2024-11-24 06:54:27 +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:
|
users:
|
||||||
foo:
|
foo:
|
||||||
name: test
|
name: test
|
||||||
password: test
|
password: test #pragma: allowlist secret
|
||||||
bar:
|
bar:
|
||||||
name: bar
|
name: bar
|
||||||
password: test
|
password: test #pragma: allowlist secret
|
||||||
security:
|
security:
|
||||||
api:
|
api:
|
||||||
jwt:
|
jwt:
|
||||||
@ -23,7 +23,7 @@ security:
|
|||||||
web:
|
web:
|
||||||
sign:
|
sign:
|
||||||
expiresIn: 100d
|
expiresIn: 100d
|
||||||
notBefore: 1
|
notBefore: 0
|
||||||
|
|
||||||
uplinks:
|
uplinks:
|
||||||
npmjs:
|
npmjs:
|
||||||
|
Loading…
Reference in New Issue
Block a user