Bring changes from main

This commit is contained in:
Jorge Manrubia
2025-11-26 12:01:44 +01:00
parent c5d7dc3255
commit 99bda234c0
+5 -4
View File
@@ -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