Skip to content

Commit 4c8abe6

Browse files
committed
Bring changes from main
1 parent aa91364 commit 4c8abe6

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

config/database.sqlite.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,22 @@
11
default: &default
22
adapter: sqlite3
3-
pool: 50
3+
pool: 5
44
timeout: 5000
55

66
development:
77
primary:
88
<<: *default
9-
database: db/development.sqlite3
9+
database: storage/development.sqlite3
1010
schema_dump: schema_sqlite.rb
1111

1212
test:
1313
primary:
1414
<<: *default
15-
database: db/test.sqlite3
15+
database: storage/test.sqlite3
1616
schema_dump: schema_sqlite.rb
1717

1818
production:
1919
primary:
2020
<<: *default
21-
database: db/production.sqlite3
21+
database: storage/production.sqlite3
22+
schema_dump: schema_sqlite.rb

0 commit comments

Comments
 (0)