# Database Configuration
DB_HOST=172.18.0.2
DB_USER=rosy
DB_PASSWORD=fakan
DB_NAME=practice
DB_PORT=3306

# Server Configuration
PORT=3001
