akitaonrails (owner)

Revisions

gist: 14290 Download_button fork
public
Description:
database.yml para gitorious
Public Clone URL: git://gist.github.com/14290.git
Embed All Files: show embed
Text only #
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
development:
  adapter: mysql
  database: gitorious_development
  username: root
  password: root
  host: localhost
 
# 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:
  adapter: mysql
  database: gitorious_test
  username: root
  password: root
  host: localhost
 
production:
  adapter: mysql
  database: gitorious_production
  username: root
  password: root
  host: localhost