# Express Server Configuration
PORT=3000

# Database Configuration
# Replace 'localhost' with your VPS IP Address if hosting MySQL separately, 
# or use your VPS host IP if running the Node.js server on the same VPS.
DB_HOST=localhost
DB_PORT=3306
DB_USER=root
DB_PASSWORD=
DB_NAME=cafe_journal_db
# DB_NAME=tct