sbusso / merb_radiant

a try to move radiant on merb

This URL has Read+Write access

merb_radiant / config / database.yml
100644 17 lines (15 sloc) 0.33 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
# This is a sample database file for the ActiveRecord ORM
:development: &defaults
  :adapter: postgresql
  :database: merbradiant
  :username: root
# :password: secrets
  :host: localhost
# :socket: /tmp/mysql.sock
 
:test:
  <<: *defaults
  :database: sample_test
 
:production:
  <<: *defaults
  :database: sample_production