rollout_ui 0.2.1 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,14 +0,0 @@
1
- development:
2
- adapter: mysql
3
- database: rollout_ui_development
4
- pool: 5
5
- timeout: 5000
6
-
7
- # Warning: The database defined as "test" will be erased and
8
- # re-generated from your development database when you run "rake".
9
- # Do not set this db to the same as development or production.
10
- test:
11
- adapter: mysql
12
- database: rollout_ui_test
13
- pool: 5
14
- timeout: 5000