Skip to content

Commit 955082f

Browse files
committed
EXPIRIN_IN: default=0
1 parent 10fad51 commit 955082f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/dev-env.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,12 +141,12 @@ QRCODE:
141141

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

0 commit comments

Comments
 (0)