~c-ortner/+junk/xmbcs

« back to all changes in this revision

Viewing changes to config/database.yml

  • Committer: Christian Ortner
  • Date: 2008-08-31 20:20:18 UTC
  • Revision ID: chris.ortner@gmail.com-20080831202018-ud1orb4zdm05t25c
imported db schema

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# SQLite version 3.x
2
2
#   gem install sqlite3-ruby (not necessary on OS X Leopard)
3
3
development:
4
 
  adapter: sqlite3
5
 
  database: db/development.sqlite3
6
 
  timeout: 5000
 
4
  adapter: mysql
 
5
  database: xmbcs
 
6
  user: root
 
7
  password:
7
8
 
8
9
# Warning: The database defined as "test" will be erased and
9
10
# re-generated from your development database when you run "rake".
14
15
  timeout: 5000
15
16
 
16
17
production:
17
 
  adapter: sqlite3
18
 
  database: db/production.sqlite3
19
 
  timeout: 5000
 
18
  development