conorh / rannotate

YAML RDoc Generator and Rails Website for RDoc

This URL has Read+Write access

rannotate / config / database.yml
100644 18 lines (16 sloc) 0.32 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
development:
  adapter: mysql
  database: rannotate
  host: localhost
  username: root
  
test:
  adapter: mysql
  database: rannotate_test
  host: localhost
  username: root
 
production:
  adapter: mysql
  database: rannotate_prod
  username: rails
  password: rails
  socket: /var/lib/mysql/mysql.sock