forked from External/greenlight
GRN2-xx: Added port to database configuration (#1550)
* GRN2-XX: Added port to database configuration * GRN2-XX: Added port to database configuration
This commit is contained in:
@ -17,6 +17,7 @@ production:
|
||||
<<: *default
|
||||
adapter: <%= ENV['DB_ADAPTER'] || 'sqlite3' %>
|
||||
host: <%= ENV['DB_HOST'] %>
|
||||
port: <%= ENV['DB_PORT' || '5432'] %>
|
||||
database: <%= ENV['DB_NAME'] || 'db/production/production.sqlite3' %>
|
||||
username: <%= ENV['DB_USERNAME'] %>
|
||||
password: <%= ENV['DB_PASSWORD'] %>
|
||||
|
Reference in New Issue
Block a user