# Database Configuration # Copy this file to .env and fill in your actual credentials # DO NOT commit the .env file to version control! # Database connection settings DB_HOST=212.237.30.90 DB_PORT=3306 DB_NAME=ase_lar DB_USER=username DB_PASSWORD=password # Database options DB_CHARSET=utf8mb4 DB_TIMEZONE=Europe/Rome