Sha256: 84f525288703c8ff81d899eb8e90ad5b8c779eb92e2ce1da3721099ea8cacbd7
Contents?: true
Size: 707 Bytes
Versions: 26
Compression:
Stored size: 707 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://staging2.intgdc.com' set_const :DEFAULT_USER_URL, '/gdc/account/profile/d8b356b30c0c12d1b4b97f56d6706ef2' end module ProjectHelper set_const :PROJECT_ID, 'i640il7dyatqmvak24zzr09ypt3ghqu2' set_const :PROJECT_URL, "/gdc/projects/#{PROJECT_ID}" set_const :PROJECT_TITLE, 'GoodTravis' set_const :PROJECT_SUMMARY, 'No summary' end end end
Version data entries
26 entries across 26 versions & 2 rubygems