##// END OF EJS Templates
Encoding set to utf8 in example database.yml (#1506)....
Jean-Philippe Lang -
r1569:4d6f50d3febf
parent child
Show More
@@ -12,6 +12,7 production:
12 host: localhost
12 host: localhost
13 username: root
13 username: root
14 password:
14 password:
15 encoding: utf8
15
16
16 development:
17 development:
17 adapter: mysql
18 adapter: mysql
@@ -19,6 +20,7 development:
19 host: localhost
20 host: localhost
20 username: root
21 username: root
21 password:
22 password:
23 encoding: utf8
22
24
23 test:
25 test:
24 adapter: mysql
26 adapter: mysql
@@ -26,6 +28,7 test:
26 host: localhost
28 host: localhost
27 username: root
29 username: root
28 password:
30 password:
31 encoding: utf8
29
32
30 test_pgsql:
33 test_pgsql:
31 adapter: postgresql
34 adapter: postgresql
General Comments 0
You need to be logged in to leave comments. Login now