Sha256: 9eb7ac3b9496f9f270906d590229f92c527d86696e5d8024fd9846c3ed48ea4f

Contents?: true

Size: 1 KB

Versions: 6

Compression:

Stored size: 1 KB

Contents

# encoding: UTF-8
#
# Copyright (c) 2010-2015 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 :DEFAULT_SERVER, 'https://staging3.intgdc.com'
      set_const :DEFAULT_USER_URL, '/gdc/account/profile/a3700850b92a0a6c097e48369b5d226f'
      set_const :STAGING_URI, 'https://staging3.intgdc.com/gdc/uploads/'
    end

    module ProcessHelper
      set_const :PROCESS_ID, '98c836cf-bdf6-405e-bb8a-f4dc201588dd'
      set_const :DEPLOY_NAME, 'gooddata_version.rb'
    end

    module ProjectHelper
      set_const :PROJECT_ID, 'l11tat2c0v4ae6mtxjv74jk8c37xz5ra'
      set_const :PROJECT_URL, "/gdc/projects/#{PROJECT_ID}"
      set_const :PROJECT_TITLE, 'GoodTravis'
      set_const :PROJECT_SUMMARY, 'No summary'
    end

    module ScheduleHelper
      set_const :SCHEDULE_ID, '57f42cfae4b041699a8eb52a'
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
gooddata-0.6.49 spec/environment/develop.rb
gooddata-0.6.48 spec/environment/develop.rb
gooddata-0.6.47 spec/environment/develop.rb
gooddata-0.6.46 spec/environment/develop.rb
gooddata-0.6.45 spec/environment/develop.rb
gooddata-0.6.44 spec/environment/develop.rb