Skip to content

Commit 2d69c22

Browse files
committedJan 13, 2024
Remove .env file, update .gitignore
1 parent 3124ee7 commit 2d69c22

File tree

3 files changed

+17
-7
lines changed

3 files changed

+17
-7
lines changed
 

‎.env

-6
This file was deleted.

‎.env.example

+15
Original file line numberDiff line numberDiff line change
@@ -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

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
node_modules/
22
package-lock.json
3-
yarn.lock
3+
yarn.lock
4+
.env

0 commit comments

Comments
 (0)
Please sign in to comment.