Sha256: e528075d23d1d78387de4b53b50a32d475dd98ed159b3ac294f99132c5b3189b

Contents?: true

Size: 821 Bytes

Versions: 13

Compression:

Stored size: 821 Bytes

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 :DEFAULT_SERVER, 'https://secure.gooddata.com'
      set_const :DEFAULT_USER_URL, '/gdc/account/profile/d389375454af77f1f5a8edaa13ffe0f9'
      set_const :STAGING_URI, 'https://secure-di.gooddata.com/uploads/'
    end

    module ProcessHelper
      set_const :PROCESS_ID, 'f5d48101-c2d5-49ab-9acb-af6f2e51e09c'
    end

    module ProjectHelper
      set_const :PROJECT_ID, 'urdbsii7e840wwdpwjd3pu9l1jdbooah'
    end

    module ScheduleHelper
      set_const :SCHEDULE_ID, '58a5c0c6e4b0831d95092e4a'
    end
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
gooddata-1.1.0-java spec/environment/production.rb
gooddata-1.1.0 spec/environment/production.rb
gooddata-1.0.2-java spec/environment/production.rb
gooddata-1.0.2 spec/environment/production.rb
gooddata-1.0.1 spec/environment/production.rb
gooddata-1.0.1-java spec/environment/production.rb
gooddata-1.0.0-java spec/environment/production.rb
gooddata-1.0.0 spec/environment/production.rb
gooddata-0.6.54 spec/environment/production.rb
gooddata-0.6.53 spec/environment/production.rb
gooddata-0.6.52 spec/environment/production.rb
gooddata-0.6.51 spec/environment/production.rb
gooddata-0.6.50 spec/environment/production.rb