2011-02-01 09:57:29 +08:00
|
|
|
test:
|
|
|
|
adapter: mysql
|
|
|
|
encoding: utf8
|
|
|
|
database: canvas_test
|
|
|
|
host: localhost
|
|
|
|
username: canvas
|
|
|
|
timeout: 5000
|
|
|
|
queue:
|
|
|
|
adapter: mysql
|
|
|
|
encoding: utf8
|
|
|
|
database: canvas_queue_test
|
|
|
|
host: localhost
|
|
|
|
username: canvas
|
|
|
|
timeout: 5000
|
|
|
|
|
2011-06-16 01:33:25 +08:00
|
|
|
test-in-memory:
|
|
|
|
adapter: sqlite3
|
|
|
|
encoding: utf8
|
|
|
|
database: ':memory:'
|
|
|
|
pool: 1
|
|
|
|
|
2011-02-01 09:57:29 +08:00
|
|
|
development:
|
|
|
|
adapter: mysql
|
|
|
|
encoding: utf8
|
|
|
|
database: canvas_development
|
|
|
|
host: localhost
|
|
|
|
username: canvas
|
|
|
|
timeout: 5000
|
|
|
|
queue:
|
|
|
|
adapter: mysql
|
|
|
|
encoding: utf8
|
|
|
|
database: canvas_queue_development
|
|
|
|
host: localhost
|
|
|
|
username: canvas
|
|
|
|
timeout: 5000
|
|
|
|
|
|
|
|
production:
|
|
|
|
adapter: mysql
|
|
|
|
encoding: utf8
|
|
|
|
database: canvas_production
|
|
|
|
host: localhost
|
|
|
|
username: canvas
|
|
|
|
password: your_password
|
|
|
|
timeout: 5000
|
|
|
|
queue:
|
|
|
|
adapter: mysql
|
|
|
|
encoding: utf8
|
|
|
|
database: canvas_queue_production
|
|
|
|
host: localhost
|
|
|
|
username: canvas
|
|
|
|
password: your_password
|
|
|
|
timeout: 5000
|