APP_PORT=8000
DB_PORT=3306
DB_HOST=localhost
DB_USER=root
DB_PASSWORD=
DB_NAME=erp_test

# CART LISTEN PORT
CART_PORT=4002

