diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2025-10-28 20:39:05 -0400 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-10-28 20:39:05 -0400 |
| commit | 66fe14783b91929926f08278f4ae20cfcb45d329 (patch) | |
| tree | efe6ea9cd02ab3b16574a69b7ad02dd8b6fefabc /config | |
| parent | e4d77fc45ea695d1f3775e04c596d2a35584fbcd (diff) | |
db: setup test db properly
Diffstat (limited to 'config')
| -rw-r--r-- | config/database.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/database.yml b/config/database.yml index b9accb3..6eb1c4e 100644 --- a/config/database.yml +++ b/config/database.yml @@ -13,6 +13,7 @@ development: # Do not set this db to the same as development or production. test: database: monzieur + host: <%= Dir.pwd %>/pgdata <<: *default |
