mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 03:07:52 +01:00
Allow configuring database hostname (#241)
This commit is contained in:
@@ -2,7 +2,7 @@ default: &default
|
||||
adapter: postgresql
|
||||
encoding: unicode
|
||||
pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %>
|
||||
host: db
|
||||
host: <%= ENV.fetch("POSTGRES_HOST", "db") %>
|
||||
username: <%= ENV['POSTGRES_USER'] %>
|
||||
password: <%= ENV['POSTGRES_PASSWORD'] %>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user