Skip to content

Commit

Permalink
EXPIRIN_IN: default=0
Browse files Browse the repository at this point in the history
  • Loading branch information
jrCleber committed Aug 14, 2023
1 parent 10fad51 commit 955082f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dev-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,12 +141,12 @@ QRCODE:

# Defines an authentication type for the api
AUTHENTICATION:
TYPE: jwt # or apikey
TYPE: jwt # or apikey->(deprecated)
# Define a global apikey to access all instances
API_KEY:
# OBS: This key must be inserted in the request header to create an instance.
KEY: zYzP7ocstxh3SJ23D4FZTCu4ehnM8v4hu
# Set the secret key to encrypt and decrypt your token and its expiration time.
JWT:
EXPIRIN_IN: 3600 # seconds - 3600s === 1h | zero (0) - never expires
EXPIRIN_IN: 0 # seconds - 3600s === 1h | zero (0) - never expires
SECRET: 3RFYiiRmvNiokSBrLZzx

0 comments on commit 955082f

Please sign in to comment.