#28 try to pass the database configuration

This commit is contained in:
2015-11-12 17:25:41 +08:00
parent a3e78eb9c0
commit 8c01af2c64
+2 -1
View File
@@ -17,6 +17,7 @@
default: &default
adapter: postgresql
encoding: unicode
host: localhost
# username: twer
# For details on connection pooling, see rails configuration guide
# http://guides.rubyonrails.org/configuring.html#database-pooling
@@ -82,5 +83,5 @@ test:
production:
<<: *default
database: libr
username: postgres
username: libr
password: libradmin