Sha256: bcf541be139c20f28098b0ec06ebbe73bbeb57026bcf87d02402178dcf420c5a
Contents?: true
Size: 644 Bytes
Versions: 7
Compression:
Stored size: 644 Bytes
Contents
# # Sublease Configuration # Sublease.configure do |config| # The tenant model Sublease will use to set the default tenant and when switching by subdomain or domain. # config.tenant_model = Tenant # Enable switching of tenant on domain. # config.switch_on_domain = false # Enable switching of tenant on subdomain. # config.switch_on_subdomain = false # Enable switching of tenant on combined subdomain and domain. # config.switch_on_subdomain_and_domain = false # The default tenant subdomain # config.default_tenant_subdomain = 'www' # The default tenant domain # config.default_tenant_domain = 'example.com' end
Version data entries
7 entries across 7 versions & 1 rubygems