##// END OF EJS Templates
Adds double quotes in mysql configuration example (#12229)....
Jean-Philippe Lang -
r10517:00736951cf62
parent child
Show More
@@ -7,7 +7,7 production:
7 7 database: redmine
8 8 host: localhost
9 9 username: root
10 password:
10 password: ""
11 11 encoding: utf8
12 12
13 13 development:
@@ -15,7 +15,7 development:
15 15 database: redmine_development
16 16 host: localhost
17 17 username: root
18 password:
18 password: ""
19 19 encoding: utf8
20 20
21 21 # Warning: The database defined as "test" will be erased and
@@ -26,7 +26,7 test:
26 26 database: redmine_test
27 27 host: localhost
28 28 username: root
29 password:
29 password: ""
30 30 encoding: utf8
31 31
32 32 test_pgsql:
General Comments 0
You need to be logged in to leave comments. Login now