mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
ea9b34a953
* Add appraisal * Test CLI run (write pid, system boot, print banner) * Cleanup test helper * Set REDIS_URL to use non-default host in test env * Move mintiest-focus to test bundle group
11 lines
173 B
YAML
11 lines
173 B
YAML
development:
|
|
adapter: sqlite3
|
|
database: db/development.sqlite3
|
|
pool: 5
|
|
timeout: 5000
|
|
|
|
test:
|
|
adapter: sqlite3
|
|
database: db/test.sqlite3
|
|
pool: 5
|
|
timeout: 5000
|