Sha256: 59ed7c8f2ffe1615ffe0e391b8d759c36eadd71cf8b810d6d0121fcd53c1954d
Contents?: true
Size: 405 Bytes
Versions: 26
Compression:
Stored size: 405 Bytes
Contents
# frozen_string_literal: true module Gitlab module QA module Runtime module OmnibusConfigurations class LicenseMode < Default def configuration <<~OMNIBUS gitlab_rails['env'] = { 'GITLAB_LICENSE_MODE' => 'test', 'CUSTOMER_PORTAL_URL' => 'https://customers.stg.gitlab.com' } OMNIBUS end end end end end end
Version data entries
26 entries across 26 versions & 1 rubygems