Actions
Defect #41776
closedDefault Postgresql configuration example should not have quotation marks around password
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Wont fix
Affected version:
Description
In database configuration example:
https://www.redmine.org/projects/redmine/repository/svn/entry/tags/6.0.1/config/database.yml.example
The password for Postgresql has quotation marks around it. This misleads users to include the quotation marks while setting the password and also is inconsistent with the rest of the settings (eg no quotation marks). See -
# PostgreSQL configuration example
#production:
# adapter: postgresql
# database: redmine
# host: localhost
# username: postgres
# password: "postgres"
I suggest removing it to prevent future misconfiguration.
Actions