common: &common adapter: postgresql encoding: utf8 username: switchman password: switchman timeout: 5000 development: <<: *common database: switchman_development queue: <<: *common database: switchman_queue_development test: <<: *common database: switchman_test test-in-memory: adapter: sqlite3 encoding: utf8 database: ':memory:' pool: 1 production: <<: *common database: switchman_production queue: <<: *common database: switchman_queue_production