repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git]
/
redmine-mysql-git
/
database.yml
blob
5967d6753c8eab6d66388bdda3d0893d9e37ee5c
1
# SQlite3 database setup
2
# $Id$
3
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
14
15
#
16
#pgsql:
17
# adapter: postgresql
18
# database: redmine
19
# host: localhost
20
# username: postgres
21
# password: "postgres"