Skip to content

Commit

Permalink
fix: remove jwt from default config (#1499)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiohgz authored and juanpicado committed Oct 1, 2019
1 parent 9b45342 commit e9616f9
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions conf/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e9616f9

Please sign in to comment.