class Gitlab::QA::Runtime::OmnibusConfigurations::LicenseMode

def configuration

def configuration
  <<~OMNIBUS
    gitlab_rails['env'] = { 'GITLAB_LICENSE_MODE' => 'test', 'CUSTOMER_PORTAL_URL' => 'https://customers.stg.gitlab.com' }
  OMNIBUS
end