gitlabhq/config/database.yml

25 lines
561 B
YAML
Raw Normal View History

2011-10-08 23:36:38 +02:00
# SQLite version 3.x
# gem install sqlite3
#
# Ensure the SQLite 3 gem is defined in your Gemfile
# gem 'sqlite3'
development:
2011-10-22 06:06:38 +02:00
adapter: mysql2
database: gitlab_development
username: root
2011-10-08 23:36:38 +02:00
pool: 5
timeout: 5000
# Warning: The database defined as "test" will be erased and
# re-generated from your development database when you run "rake".
# Do not set this db to the same as development or production.
test:
2011-10-22 06:06:38 +02:00
adapter: mysql2
database: gitlab_development
username: root
2011-10-08 23:36:38 +02:00
production:
2011-10-22 06:06:38 +02:00
adatper: mysql2
database: gitlab_test
username: root