remove queue section from example development database.yml
Change-Id: I19178e87f5b096e69bda9365736c6a52457adac5 Reviewed-on: https://gerrit.instructure.com/56436 Tested-by: Jenkins Reviewed-by: Ethan Vizitei <evizitei@instructure.com> Product-Review: Cody Cutrer <cody@instructure.com> QA-Review: Cody Cutrer <cody@instructure.com>
This commit is contained in:
parent
32527a6123
commit
199525c902
|
@ -12,12 +12,7 @@ development:
|
|||
encoding: utf8
|
||||
database: canvas_development
|
||||
timeout: 5000
|
||||
queue:
|
||||
adapter: postgresql
|
||||
encoding: utf8
|
||||
database: canvas_queue_development
|
||||
timeout: 5000
|
||||
|
||||
|
||||
production:
|
||||
adapter: postgresql
|
||||
encoding: utf8
|
||||
|
|
Loading…
Reference in New Issue