2012-10-12 20:50:55 +08:00
|
|
|
# do not create a queue: section for your test environment
|
2011-02-01 09:57:29 +08:00
|
|
|
test:
|
2012-07-26 03:16:08 +08:00
|
|
|
adapter: postgresql
|
2011-02-01 09:57:29 +08:00
|
|
|
encoding: utf8
|
|
|
|
database: canvas_test
|
|
|
|
host: localhost
|
|
|
|
username: canvas
|
|
|
|
timeout: 5000
|
|
|
|
|
|
|
|
development:
|
2012-07-26 03:16:08 +08:00
|
|
|
adapter: postgresql
|
2011-02-01 09:57:29 +08:00
|
|
|
encoding: utf8
|
|
|
|
database: canvas_development
|
|
|
|
timeout: 5000
|
2015-06-16 01:07:05 +08:00
|
|
|
|
2011-02-01 09:57:29 +08:00
|
|
|
production:
|
2012-07-26 03:16:08 +08:00
|
|
|
adapter: postgresql
|
2011-02-01 09:57:29 +08:00
|
|
|
encoding: utf8
|
|
|
|
database: canvas_production
|
|
|
|
host: localhost
|
|
|
|
username: canvas
|
|
|
|
password: your_password
|
|
|
|
timeout: 5000
|