diff --git a/src/dev-env.yml b/src/dev-env.yml index f9a78c99..c4064d98 100644 --- a/src/dev-env.yml +++ b/src/dev-env.yml @@ -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