Files
snpr/config/database.yml.example
Philipp Bayer 7844cb1e1b Started work on sidekiq. Renamed perform-methods, changed gems.
Replaced Resque.enqueue with Sidekiq equivalent. Added include statements to all jobs.

Configured ActiveRecords connection pool. Changed all queues to fit Sidekiqs wants.
2013-03-07 16:47:08 +10:00

22 lines
282 B
Plaintext

base: &base
adapter: postgresql
username: snpr
password: secret
pool: 25
development:
<<: *base
database: snpr_development
test:
<<: *base
database: snpr_test
production:
<<: *base
database: snpr_production
staging:
<<: *base
database: snpr_production