mirror of
https://github.com/wahyd4/libr-2.git
synced 2026-08-08 21:07:08 +10:00
#28 try to pass the database configuration
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user