diff options
-rw-r--r-- | config/database.yml.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/database.yml.example b/config/database.yml.example index d4db0580c..b558ec2c6 100644 --- a/config/database.yml.example +++ b/config/database.yml.example @@ -7,7 +7,7 @@ production: username: root password: encoding: utf8 - + development: adapter: mysql database: redmine_development |