APP_NAME="express-app" APP_ENV="development" SERVER_PORT=3000 DB_HOST="localhost" DB_USERNAME="root" DB_PASSWORD="root" DB_NAME="express_app" DB_PORT=3306