mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
fix: remove jwt from default config (#1499)
This commit is contained in:
parent
9b45342511
commit
e9616f9e7a
1 changed files with 0 additions and 11 deletions
|
@ -25,17 +25,6 @@ auth:
|
|||
# You can set this to -1 to disable registration.
|
||||
# max_users: 1000
|
||||
|
||||
security:
|
||||
api:
|
||||
jwt:
|
||||
sign:
|
||||
expiresIn: 60d
|
||||
notBefore: 1
|
||||
web:
|
||||
sign:
|
||||
expiresIn: 7d
|
||||
notBefore: 1
|
||||
|
||||
# a list of other known repositories we can talk to
|
||||
uplinks:
|
||||
npmjs:
|
||||
|
|
Loading…
Reference in a new issue