mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-25 18:08:40 -06:00
Update env.yml
This commit is contained in:
parent
eff5bb74b5
commit
5f33f6f310
@ -8,7 +8,7 @@
|
||||
SERVER:
|
||||
TYPE: http # https
|
||||
PORT: 8080 # 443
|
||||
URL: localhost
|
||||
URL: https://onlyzap.sdgrupo.net
|
||||
|
||||
CORS:
|
||||
ORIGIN:
|
||||
@ -116,7 +116,7 @@ WEBHOOK:
|
||||
|
||||
CONFIG_SESSION_PHONE:
|
||||
# Name that will be displayed on smartphone connection
|
||||
CLIENT: "Evolution API"
|
||||
CLIENT: "OnChannel Rj"
|
||||
NAME: chrome # chrome | firefox | edge | opera | safari
|
||||
|
||||
# Set qrcode display limit
|
||||
@ -131,10 +131,10 @@ AUTHENTICATION:
|
||||
# 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: B6D711FCDE4D4FD5936544120E713976
|
||||
KEY: B6D711FCDE4D4FD5936544120E713976X
|
||||
# Expose the api key on return from fetch instances
|
||||
EXPOSE_IN_FETCH_INSTANCES: true
|
||||
# Set the secret key to encrypt and decrypt your token and its expiration time.
|
||||
JWT:
|
||||
EXPIRIN_IN: 0 # seconds - 3600s === 1h | zero (0) - never expires
|
||||
SECRET: L=0YWt]b2w[WF>#>:&E`
|
||||
SECRET: L=0YWt]b2w[WF>#>:&E`
|
||||
|
Loading…
Reference in New Issue
Block a user