chasing deployment problems
This commit is contained in:
parent
3817fa76ec
commit
662bcd00d3
5 changed files with 39 additions and 22 deletions
|
|
@ -11,18 +11,18 @@ production:
|
|||
# database: storage/production.sqlite3
|
||||
url: <%= ENV['DATABASE_URL'] %>
|
||||
pool: 10
|
||||
cache:
|
||||
<<: *default
|
||||
database: storage/production_cache.sqlite3
|
||||
migrations_paths: db/cache_migrate
|
||||
queue:
|
||||
<<: *default
|
||||
database: storage/production_queue.sqlite3
|
||||
migrations_paths: db/queue_migrate
|
||||
cable:
|
||||
<<: *default
|
||||
database: storage/production_cable.sqlite3
|
||||
migrations_paths: db/cable_migrate
|
||||
# cache:
|
||||
# <<: *default
|
||||
# database: storage/production_cache.sqlite3
|
||||
# migrations_paths: db/cache_migrate
|
||||
# queue:
|
||||
# <<: *default
|
||||
# database: storage/production_queue.sqlite3
|
||||
# migrations_paths: db/queue_migrate
|
||||
# cable:
|
||||
# <<: *default
|
||||
# database: storage/production_cable.sqlite3
|
||||
# migrations_paths: db/cable_migrate
|
||||
|
||||
development:
|
||||
<<: *default
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue