fix: update readme and remove makefile

This commit is contained in:
Mohamed Marrouchi
2024-10-02 17:01:55 +01:00
parent 6fc19c2e98
commit 3cd9b7c10e
6 changed files with 31 additions and 79 deletions

View File

@@ -30,7 +30,7 @@ MONGO_PASSWORD=dev_only
MONGO_URI=mongodb://${MONGO_USER}:${MONGO_PASSWORD}@mongo:27017/
MONGO_DB=hexabot
# SMTP Config (for local dev env, use smtp4dev by doing `make start SMTP4DEV=1`)
# SMTP Config (for local dev env, use smtp4dev by doing `npx hexabot start --enable=smtp4dev`)
APP_SMTP_4_DEV_PORT=9002
EMAIL_SMTP_ENABLED=false
EMAIL_SMTP_HOST=smtp4dev