Sha256: 2a3010262b7cf941d4bc3970d6a419dea8de6d96196573d286c065ac35745aa3
Contents?: true
Size: 1021 Bytes
Versions: 16
Compression:
Stored size: 1021 Bytes
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, '6829c82d-d8cc-4589-90c4-f31eec2a6797' set_const :DEPLOY_NAME, 'hello_world.rb' end module ProjectHelper set_const :PROJECT_ID, 'augu8cqwzim37c7bzf7dhufw6b8rs4go' 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, '5784e409e4b0020189b279df' end end end
Version data entries
16 entries across 16 versions & 1 rubygems