# MariaDB Configuration for ERPNext Production # This database will be shared across all ERPNext benches on this server # ============================================ # Database Password # ============================================ # IMPORTANT: Change this to a strong password # This password will be used for the MariaDB root user DB_PASSWORD=CHANGEME_strong_password_must_match_production_env # SECURITY NOTE: # - Use a strong password with at least 16 characters # - Include uppercase, lowercase, numbers, and special characters # - Do not use common words or patterns # - Store this password securely (use a password manager) # - This same password must be set in production.env