From c13b930de8b9a3b43bc41f9343a0b8435bb56329 Mon Sep 17 00:00:00 2001 From: microprocessgit Date: Wed, 17 Jan 2024 08:20:49 -0300 Subject: [PATCH] fix: tweak in env files --- Docker/.env.example | 2 +- src/dev-env.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Docker/.env.example b/Docker/.env.example index 7b39cdd5..457863f3 100644 --- a/Docker/.env.example +++ b/Docker/.env.example @@ -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 diff --git a/src/dev-env.yml b/src/dev-env.yml index ce71ed31..35709057 100644 --- a/src/dev-env.yml +++ b/src/dev-env.yml @@ -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"