# Default setup is given for MySQL 5.7.7 or later. # Examples for PostgreSQL, SQLite3 and SQL Server can be found at the end. # Line indentation must be 2 spaces (no tabs). production: adapter: mysql2 database: redmine_pms host: localhost username: redmine_pms password: "c3D4~AwOtvoO" # Use "utf8" instead of "utfmb4" for MySQL prior to 5.7.7 encoding: utf8mb4