You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
354 B
24 lines
354 B
8 years ago
|
development:
|
||
|
adapter: sqlite3
|
||
|
database: db/development.sqlite3
|
||
|
pool: 5
|
||
|
timeout: 5000
|
||
|
|
||
|
test:
|
||
|
adapter: sqlite3
|
||
|
database: db/test.sqlite3
|
||
|
pool: 5
|
||
|
timeout: 5000
|
||
|
|
||
|
staging:
|
||
|
adapter: sqlite3
|
||
|
database: db/staging.sqlite3
|
||
|
pool: 5
|
||
|
timeout: 5000
|
||
|
|
||
|
production:
|
||
|
adapter: sqlite3
|
||
|
database: db/production.sqlite2
|
||
|
pool: 5
|
||
|
timeout: 5000
|