revert postgres

This commit is contained in:
2014-01-18 15:49:22 +08:00
parent 8a7e6ee96e
commit 928bd6c71f
+3 -2
View File
@@ -13,7 +13,7 @@
# gem 'pg'
#
development:
adapter: sqlite3
adapter: postgresql
encoding: unicode
database: libr_development
pool: 5
@@ -40,13 +40,14 @@ development:
# re-generated from your development database when you run "rake".
# Do not set this db to the same as development or production.
test:
adapter: sqlite3
adapter: postgresql
encoding: unicode
database: libr_test
pool: 5
user: postgres
password:
host: localhost
production:
adapter: postgresql
encoding: unicode