13 lines
261 B
Bash
13 lines
261 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
|
|
|
|
# Slack Incoming Webhook URL
|
|
SLACK_WEBHOOK_URL=https://hooks.slack.com/services/XXX/YYY/ZZZ |