mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Introduce multisite tests for better coverage.
This commit is contained in:
@@ -18,7 +18,7 @@ development:
|
||||
test:
|
||||
prepared_statements: false
|
||||
adapter: postgresql
|
||||
database: discourse_test
|
||||
database: discourse_test<%= ENV['MULTISITE'] ? "_#{ENV['MULTISITE']}" : '' %>
|
||||
min_messages: warning
|
||||
pool: 5
|
||||
timeout: 5000
|
||||
|
||||
Reference in New Issue
Block a user