Bring changes from main
This commit is contained in:
@@ -1,21 +1,22 @@
|
|||||||
default: &default
|
default: &default
|
||||||
adapter: sqlite3
|
adapter: sqlite3
|
||||||
pool: 50
|
pool: 5
|
||||||
timeout: 5000
|
timeout: 5000
|
||||||
|
|
||||||
development:
|
development:
|
||||||
primary:
|
primary:
|
||||||
<<: *default
|
<<: *default
|
||||||
database: db/development.sqlite3
|
database: storage/development.sqlite3
|
||||||
schema_dump: schema_sqlite.rb
|
schema_dump: schema_sqlite.rb
|
||||||
|
|
||||||
test:
|
test:
|
||||||
primary:
|
primary:
|
||||||
<<: *default
|
<<: *default
|
||||||
database: db/test.sqlite3
|
database: storage/test.sqlite3
|
||||||
schema_dump: schema_sqlite.rb
|
schema_dump: schema_sqlite.rb
|
||||||
|
|
||||||
production:
|
production:
|
||||||
primary:
|
primary:
|
||||||
<<: *default
|
<<: *default
|
||||||
database: db/production.sqlite3
|
database: storage/production.sqlite3
|
||||||
|
schema_dump: schema_sqlite.rb
|
||||||
|
|||||||
Reference in New Issue
Block a user