Skip to content

Commit

Permalink
fix(provider): ⚡ json space
Browse files Browse the repository at this point in the history
  • Loading branch information
leifermendez committed Jan 3, 2023
1 parent 9b087e0 commit 3cef741
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions starters/apps/base-meta-mongo/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ const {
const MetaProvider = require('@bot-whatsapp/provider/meta')
const MongoAdapter = require('@bot-whatsapp/database/mongo')

/**
* Declaramos las conexiones de Mongo
*/

const MONGO_DB_URI = 'mongodb://0.0.0.0:27017'
const MONGO_DB_NAME = 'db_bot'

/**
* Aqui declaramos los flujos hijos, los flujos se declaran de atras para adelante, es decir que si tienes un flujo de este tipo:
*
Expand Down

0 comments on commit 3cef741

Please sign in to comment.