Skip to content

Commit 9e04146

Browse files
committed
Remove 'test: true' from database configuration
Doesn't seem to have an effect
1 parent 5f78693 commit 9e04146

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

app/config.yml.erb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
:user: <%= ENV['GEMSTASH_DB_USERNAME'] %>
2020
:password: <%= ENV['GEMSTASH_DB_PASSWORD'] %>
2121
:max_connections: <%= ENV['GEMSTASH_PUMA_THREADS'].to_i + 1 %>
22-
:test: true
2322
<% elsif ENV['GEMSTASH_DB_ADAPTER'] == 'postgres' %>
2423
# postgres adapter
2524
:db_adapter: postgres
@@ -31,7 +30,6 @@
3130
:connect_timeout: 10
3231
:read_timeout: 5
3332
:timeout: 30
34-
:test: true
3533
<% else %>
3634
# sqlite adapter (default)
3735
:db_adapter: sqlite3

0 commit comments

Comments
 (0)