generate proper DSN.
This commit is contained in:
@@ -12,16 +12,13 @@ postgres_default: &postgres_default
|
||||
adapter: postgresql
|
||||
encoding: unicode
|
||||
pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %>
|
||||
host: postgres
|
||||
host: localhost
|
||||
port: 5432
|
||||
|
||||
development:
|
||||
primary:
|
||||
<<: *postgres_default
|
||||
host: localhost
|
||||
user: dev_user
|
||||
password: password
|
||||
database: baffle-dev
|
||||
database: baffle_hub_development
|
||||
cache:
|
||||
<<: *sqlite_default
|
||||
database: storage/development_cache.sqlite3
|
||||
|
||||
Reference in New Issue
Block a user