2025-04-22 00:01:38 -04:00

10 lines
168 B
Bash

# Server port
PORT=3000
# MariaDB connection
DB_CLIENT=mysql
DB_HOST=localhost
DB_PORT=3306
DB_USER=your_db_user
DB_PASSWORD=your_db_password
DB_NAME=warehouse_heatmap