# Project configuration PROJECT_NAME="myProject" PROJECT_DESCRIPTION="My project description" PROJECT_VERSION="1.0.0" PROJECT_AUTHOR="John Doe" PROJECT_AUTHOR_EMAIL="john@doe.com" PROJECT_AUTHOR_URL="https://johndoe.com" PROJECT_LICENSE="MIT" # Database configuration DB_HOST="localhost" DB_USER="root" DB_PASSWORD="myPass123" DB_NAME="myDatabase" # Server configuration SERVER_HOST="localhost" PORT="3000"