Sha256: 391bccb89426dbbd403d06f86551fbb87589c9360ea7d929f1be0475ce799f66

Contents?: true

Size: 1.06 KB

Versions: 2

Compression:

Stored size: 1.06 KB

Contents

# encoding: UTF-8
#
# Copyright (c) 2010-2017 GoodData Corporation. All rights reserved.
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree.

module GoodData
  module Environment
    module ConnectionHelper
      set_const :GD_PROJECT_TOKEN, GoodData::Helpers.decrypt(
        "n968RZTTh4VLLrVveEdjD32/6uSXTw8H+nDbmT51j/s=\n",
        ENV['GD_SPEC_PASSWORD'] || ENV['BIA_ENCRYPTION_KEY']
      )
      set_const :DEFAULT_DOMAIN, 'staging2-lcm-prod'
      set_const :DEFAULT_SERVER, 'https://staging2-lcm-prod.intgdc.com'
      set_const :DEFAULT_USER_URL, '/gdc/account/profile/5ad80b895edcc438e5a4418e222733fa'
      set_const :STAGING_URI, 'https://staging2-lcm-prod.intgdc.com/gdc/uploads/'
    end

    module ProcessHelper
      set_const :PROCESS_ID, '7bc4b678-d1f6-4fb0-b1ee-513f4709bbf1'
    end

    module ProjectHelper
      set_const :PROJECT_ID, 'voyb6fcvdngwfyf722vn9cmbv7sq6mf6'
    end

    module ScheduleHelper
      set_const :SCHEDULE_ID, '5acdd513e4b01dce92b23505'
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
gooddata-1.1.0-java spec/environment/testing.rb
gooddata-1.1.0 spec/environment/testing.rb