0.1.0
This commit is contained in:
parent
433b7c4681
commit
8738371bbb
3
.env
3
.env
@ -8,3 +8,6 @@ DB_PORT=3306
|
|||||||
DB_USER=your_db_user
|
DB_USER=your_db_user
|
||||||
DB_PASSWORD=your_db_password
|
DB_PASSWORD=your_db_password
|
||||||
DB_NAME=warehouse_heatmap
|
DB_NAME=warehouse_heatmap
|
||||||
|
|
||||||
|
# Slack Incoming Webhook URL
|
||||||
|
SLACK_WEBHOOK_URL=https://hooks.slack.com/services/XXX/YYY/ZZZ
|
@ -9,6 +9,8 @@
|
|||||||
"express": "^4.18.2",
|
"express": "^4.18.2",
|
||||||
"mysql2": "^3.2.0",
|
"mysql2": "^3.2.0",
|
||||||
"knex": "^2.4.2",
|
"knex": "^2.4.2",
|
||||||
"body-parser": "^1.20.2"
|
"body-parser": "^1.20.2",
|
||||||
|
"dotenv": "^16.0.0",
|
||||||
|
"axios": "^1.3.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user