database adapter for production specified
This commit is contained in:
parent
f5e24b3fbb
commit
d81fb00828
1 changed files with 4 additions and 1 deletions
|
|
@ -33,4 +33,7 @@ test:
|
|||
# pool: 10
|
||||
# timeout: 5000
|
||||
production:
|
||||
url: <%= ENV['DATABASE_URL'] %>
|
||||
url: <%= ENV['DATABASE_URL'] %>
|
||||
adapter: postgresql
|
||||
pool: 10
|
||||
timeout: 5000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue