Sha256: 8a0bda8869ca7f54bb799d366b9c3f8f352a9cee06e3a353c222c74417c046d8
Contents?: true
Size: 409 Bytes
Versions: 58
Compression:
Stored size: 409 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.staging.gitlab.com' } OMNIBUS end end end end end end
Version data entries
58 entries across 58 versions & 1 rubygems