Skip to content

Commit

Permalink
Actually
Browse files Browse the repository at this point in the history
  • Loading branch information
northeastprince committed Jan 9, 2025
1 parent 1a9938c commit 7bf2ce5
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions config/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,10 @@ test:
database: storage/test.sqlite3

production:
<<: *default
database: storage/production.sqlite3
primary:
<<: *default
database: storage/production.sqlite3
cable:
<<: *default
database: storage/production_cable.sqlite3
migrations_paths: db/cable_migrate

0 comments on commit 7bf2ce5

Please sign in to comment.