# Environment Configuration for Recticel Quality Application # Copy this file to .env and adjust the values as needed # Database Configuration MYSQL_ROOT_PASSWORD=rootpassword DB_PORT=3306 # Application Configuration APP_PORT=8781 # Initialization Flags (set to "false" after first successful deployment) INIT_DB=true SEED_DB=true