Sha256: 8c95c5865bd8fab11bb8ae21eef4c26e566148c2dc569e9f4216e08a60d53d7a
Contents?: true
Size: 1.05 KB
Versions: 2
Compression:
Stored size: 1.05 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("DIRchLbHH1fovLSVEfo3f5aQwHHQ432+PxF3uR5IuNn+iYWz+HZrLtaZ3LVE\n0ZNc\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://na1-staging2-di.intgdc.com/uploads/' end module ProcessHelper set_const :PROCESS_ID, '3dddcd0d-1b56-4508-a94b-abea70c7154d' end module ProjectHelper set_const :PROJECT_ID, 'fbhs09oddsgezqtn3um5rp08midmbpg5' end module ScheduleHelper set_const :SCHEDULE_ID, '58ad4fbbe4b02e90f6422677' end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
gooddata-0.6.51 | spec/environment/testing.rb |
gooddata-0.6.50 | spec/environment/hotfix.rb |