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

# ORDER LISTEN PORT
ORDER_PORT=4003

