Sha256: 382231daf5a8f2787894a93a0aebcf45f3115f50c519692ad197934531dc1665
Contents?: true
Size: 1.08 KB
Versions: 9
Compression:
Stored size: 1.08 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://staging2-lcm-prod.intgdc.com/gdc/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
9 entries across 9 versions & 1 rubygems