Merge pull request #27 from basecamp/set-multi-tenant-option-in-development
Also set multi_tenant for SaaS development
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
Rails.application.configure do
|
||||
# SaaS version of Fizzy is multi-tenanted
|
||||
config.x.multi_tenant.enabled = true
|
||||
|
||||
if Rails.root.join("tmp/structured-logging.txt").exist?
|
||||
config.structured_logging.logger = ActiveSupport::Logger.new("log/structured-development.log")
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user