# MySQL Database Configuration Template # Copy this content to a file named .env in your project root # and update with your actual MySQL credentials # For LOCAL development (bypasses AWS entirely): DB_HOST=localhost DB_NAME=BigPond DB_USER=root DB_PASSWORD=your_mysql_password_here DB_PORT=3306 ENV=local # For AWS environments, set ENV to 'dev' or 'qa' # ENV=dev # Uses AWS dev environment # ENV=qa # Uses AWS QA environment # AWS Region (required for AWS environments) AWS_REGION=ap-southeast-2