We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10fad51 commit 955082fCopy full SHA for 955082f
src/dev-env.yml
@@ -141,12 +141,12 @@ QRCODE:
141
142
# Defines an authentication type for the api
143
AUTHENTICATION:
144
- TYPE: jwt # or apikey
+ TYPE: jwt # or apikey->(deprecated)
145
# Define a global apikey to access all instances
146
API_KEY:
147
# OBS: This key must be inserted in the request header to create an instance.
148
KEY: zYzP7ocstxh3SJ23D4FZTCu4ehnM8v4hu
149
# Set the secret key to encrypt and decrypt your token and its expiration time.
150
JWT:
151
- EXPIRIN_IN: 3600 # seconds - 3600s === 1h | zero (0) - never expires
+ EXPIRIN_IN: 0 # seconds - 3600s === 1h | zero (0) - never expires
152
SECRET: 3RFYiiRmvNiokSBrLZzx
0 commit comments