Sha256: c5c855e6a58402044aaa40e8fbaf2c9dfc0f5dce757610b9d3ad1816797ba4c2
Contents?: true
Size: 185 Bytes
Versions: 62
Compression:
Stored size: 185 Bytes
Contents
# frozen_string_literal: true module Gitlab module QA module Component class Production < Staging ADDRESS = Runtime::Env.production_url end end end end
Version data entries
62 entries across 62 versions & 1 rubygems