issue search styleup

This commit is contained in:
gitlabhq 2011-10-26 07:34:02 +03:00
parent 7d773ecb40
commit fb01f45890
3 changed files with 49 additions and 30 deletions

View file

@ -4,9 +4,8 @@
# Ensure the SQLite 3 gem is defined in your Gemfile
# gem 'sqlite3'
development:
adapter: mysql2
database: gitlab_development
username: root
adapter: sqlite3
database: db/development.sqlite3
pool: 5
timeout: 5000
@ -14,11 +13,13 @@ development:
# re-generated from your development database when you run "rake".
# Do not set this db to the same as development or production.
test:
adapter: mysql2
database: gitlab_development
username: root
adapter: sqlite3
database: db/test.sqlite3
pool: 5
timeout: 5000
production:
adatper: mysql2
database: gitlab_test
username: root
adapter: sqlite3
database: db/production.sqlite3
pool: 5
timeout: 5000