mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-26 18:38:39 -06:00
fix: tweak in env files
This commit is contained in:
parent
48aa8f9fe9
commit
c13b930de8
@ -54,7 +54,7 @@ RABBITMQ_URI=amqp://guest:guest@rabbitmq:5672
|
||||
|
||||
WEBSOCKET_ENABLED=false
|
||||
|
||||
#Wahtsapp Meta API
|
||||
#WhatsApp Business API
|
||||
ACESS_TOKEN=tokentoken
|
||||
URL=https://graph.facebook.com
|
||||
LANGUAGE=pt_BR
|
||||
|
@ -67,6 +67,7 @@ CLEAN_STORE:
|
||||
|
||||
# Permanent data storage
|
||||
DATABASE:
|
||||
CLEANING_DB_INTERVAL: 5
|
||||
ENABLED: false
|
||||
CONNECTION:
|
||||
URI: "mongodb://root:root@localhost:27017/?authSource=admin&readPreference=primary&ssl=false&directConnection=true"
|
||||
|
Loading…
Reference in New Issue
Block a user