fix: tweak in env files

This commit is contained in:
microprocessgit 2024-01-17 08:20:49 -03:00
parent 48aa8f9fe9
commit c13b930de8
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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"