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