fix: Adjusts in env files, removed save old_messages

This commit is contained in:
Davidson Gomes
2023-07-12 14:10:24 -03:00
parent 0a4e52e663
commit ae8801dd8a
4 changed files with 14 additions and 8 deletions

View File

@@ -75,6 +75,8 @@ CONFIG_SESSION_PHONE_NAME=chrome # chrome | firefox | edge | opera | safari
QRCODE_LIMIT=30
# Defines an authentication type for the api
# We recommend using the apikey because it will allow you to use a custom token,
# if you use jwt, a random token will be generated and may be expired and you will have to generate a new token
AUTHENTICATION_TYPE='apikey' # jwt or 'apikey'
## Define a global apikey to access all instances.
### OBS: This key must be inserted in the request header to create an instance.