You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

23 lines
564 B

# -----------------------------------
# Server Configuration
# -----------------------------------
# SERVER_ADDRESS=127.0.0.1
# SERVER_PORT=3000
# -----------------------------------
# HTTP Configuration
# -----------------------------------
# HTTP_BASE_URL=/api/v1/whatsapp
# HTTP_CORS_ORIGIN=*
# HTTP_BODY_LIMIT_SIZE=8m
# HTTP_GZIP_LEVEL=1
# -----------------------------------
# Authentication Configuration
# -----------------------------------
# AUTH_BASIC_USERNAME=admin
# AUTH_BASIC_PASSWORD=password
# AUTH_JWT_SECRET=secret
# AUTH_JWT_EXPIRED_HOUR=24