We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
andresayac
Learn more about funding links in repositories.
Report abuse
1 parent 3124ee7 commit 2d69c22Copy full SHA for 2d69c22
.env
.env.example
@@ -0,0 +1,15 @@
1
+# Api host and port
2
+HOST=127.0.0.1
3
+PORT=8000
4
+
5
+# Number retry to connect to whatsapp -1 for infinite
6
+MAX_RETRIES=-1
7
8
+# Maximun time to connect to whatsapp
9
+RECONNECT_INTERVAL=5000
10
11
+# Global webhook url
12
+APP_WEBHOOK_URL=
13
14
+# Authentication
15
+AUTHENTICATION_GLOBAL_AUTH_TOKEN=A4gx18YGxKAvR01ClcHpcR7TjZUNtwvE
.gitignore
@@ -1,3 +1,4 @@
node_modules/
package-lock.json
-yarn.lock
+yarn.lock
+.env
0 commit comments