# Api host and port
HOST=127.0.0.1
PORT=3000

BASE_URL=http://whatsml-live.test
SITE_KEY=


# Number retry to connect to whatsapp -1 for infinite
MAX_RETRIES=5

# Maximum time to connect to whatsapp (in milliseconds)
RECONNECT_INTERVAL=5000

# Authentication
# Leave empty to disable authentication, or set a secure token
AUTHENTICATION_GLOBAL_AUTH_TOKEN=

# WEBHOOK CONFIGURATION
APP_WEBHOOK_ALLOWED_EVENTS=ALL
APP_WEBHOOK_FILE_IN_BASE64=false

# DATABASE CONFIGURATION
STORE_TYPE=database
DATABASE_URL=mysql://root:@localhost:3306/test2

# LOG CONFIGURATION
LOG_LEVEL=info