Initial Import
[archlinuxdevstack.git] / redmine / database.yml
blob5967d6753c8eab6d66388bdda3d0893d9e37ee5c
1 # SQlite3 database setup
2 # $Id$
4 production:
5 #  adapter: sqlite3
6 #  dbfile: db/production.db
7 #mysql:
8   adapter: mysql
9   database: redmine
10   host: localhost
11   username: redmine
12   password: redmine
13   encoding: utf8
16 #pgsql:
17 #  adapter: postgresql
18 #  database: redmine
19 #  host: localhost
20 #  username: postgres
21 #  password: "postgres"