##// END OF EJS Templates
Ignores db/*.sqlite3....
Jean-Philippe Lang -
r4633:5d32ce6e9154
parent child
Show More
@@ -1,39 +1,39
1 1 # MySQL (default setup).
2 2
3 3 production:
4 4 adapter: mysql
5 5 database: redmine
6 6 host: localhost
7 7 username: root
8 8 password:
9 9 encoding: utf8
10 10
11 11 development:
12 12 adapter: mysql
13 13 database: redmine_development
14 14 host: localhost
15 15 username: root
16 16 password:
17 17 encoding: utf8
18 18
19 19 # Warning: The database defined as "test" will be erased and
20 20 # re-generated from your development database when you run "rake".
21 21 # Do not set this db to the same as development or production.
22 22 test:
23 23 adapter: mysql
24 24 database: redmine_test
25 25 host: localhost
26 26 username: root
27 27 password:
28 28 encoding: utf8
29 29
30 30 test_pgsql:
31 31 adapter: postgresql
32 32 database: redmine_test
33 33 host: localhost
34 34 username: postgres
35 35 password: "postgres"
36 36
37 37 test_sqlite3:
38 38 adapter: sqlite3
39 database: db/test.db
39 database: db/test.sqlite3
General Comments 0
You need to be logged in to leave comments. Login now