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
|
2020-04-29 07:23:43 +08:00
|
|
|
password: your_password
|
2011-02-01 09:57:29 +08:00
|
|
|
timeout: 5000
|
2024-01-05 02:16:44 +08:00
|
|
|
shard1: canvas_test_shard_1
|
|
|
|
shard2: canvas_test_shard_2
|
2011-02-01 09:57:29 +08:00
|
|
|
|
|
|
|
development:
|
2012-07-26 03:16:08 +08:00
|
|
|
adapter: postgresql
|
2011-02-01 09:57:29 +08:00
|
|
|
encoding: utf8
|
|
|
|
database: canvas_development
|
2020-04-29 07:23:43 +08:00
|
|
|
password: your_password
|
2011-02-01 09:57:29 +08:00
|
|
|
timeout: 5000
|
2021-11-02 08:24:48 +08:00
|
|
|
secondary:
|
2022-03-21 22:27:07 +08:00
|
|
|
replica: true
|
2021-11-02 08:24:48 +08:00
|
|
|
username: canvas_readonly_user
|
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
|