dev: Fix the default tenant to be the correct Honcho id

This commit is contained in:
Mike Dalessio
2025-10-20 17:12:10 -07:00
parent 67f4866dd8
commit 8e64ef741f
@@ -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