class Gitlab::QA::Runtime::OmnibusConfigurations::LicenseMode
def configuration
def configuration <<~OMNIBUS gitlab_rails['env'] = { 'GITLAB_LICENSE_MODE' => 'test', 'CUSTOMER_PORTAL_URL' => '#{customer_portal_url}' } OMNIBUS end
def customer_portal_url
def customer_portal_url ENV.fetch('CUSTOMER_PORTAL_URL', 'https://customers.staging.gitlab.com') end