generate proper DSN.

This commit is contained in:
Dan Milne
2025-11-09 21:57:31 +11:00
parent 1e4c6f35d8
commit 1bbea9bf67
3 changed files with 55 additions and 6 deletions

View File

@@ -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