dev: Fix the default tenant to be the correct Honcho id
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
Rails.application.configure do
|
||||
# In test environment, default tenant is set in test_helper.rb
|
||||
if Rails.env.development?
|
||||
config.active_record_tenanted.default_tenant = "175932900" # Honcho
|
||||
config.active_record_tenanted.default_tenant = "686465299" # Honcho
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user