Froze rails gems
[depot.git] / vendor / rails / railties / configs / databases / frontbase.yml
1 # FrontBase versions 4.x
2 #
3 # Get the bindings:
4 # gem install ruby-frontbase
5
6 development:
7 adapter: frontbase
8 host: localhost
9 database: <%= app_name %>_development
10 username: <%= app_name %>
11 password: ''
12
13 # Warning: The database defined as "test" will be erased and
14 # re-generated from your development database when you run "rake".
15 # Do not set this db to the same as development or production.
16 test:
17 adapter: frontbase
18 host: localhost
19 database: <%= app_name %>_test
20 username: <%= app_name %>
21 password: ''
22
23 production:
24 adapter: frontbase
25 host: localhost
26 database: <%= app_name %>_production
27 username: <%= app_name %>
28 password: ''