lib/base_files/base_database.yml in cbaoth-0.0.7 vs lib/base_files/base_database.yml in cbaoth-0.0.8
- old
+ new
@@ -3,11 +3,19 @@
database:
username:
password:
host: localhost
+development:
+ adapter: postgresql
+ database:
+ username:
+ password:
+ host: localhost
+
test:
adapter: postgresql
database:
username:
password:
- host: localhost
\ No newline at end of file
+ host: localhost
+