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

# CATALOG LISTEN PORT
DEVICES_PORT=4001

