-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1965 from tqtu/MSF-26157
CONFIG: MSF-26157 change environment testing Reviewed-by: https://github.com/hung-nguyen-hoang
- Loading branch information
Showing
4 changed files
with
21 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,29 +7,29 @@ | |
module GoodData | ||
module Environment | ||
module ConnectionHelper | ||
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/' | ||
set_const :DEFAULT_DOMAIN, 'staging-lcm-prod' | ||
set_const :DEFAULT_SERVER, 'https://staging-lcm-prod.intgdc.com' | ||
set_const :DEFAULT_USER_URL, '/gdc/account/profile/e306b64fb4178785c9cf29c29b5e498a' | ||
set_const :STAGING_URI, 'https://staging-lcm-prod.intgdc.com/gdc/uploads/' | ||
set_const :LCM_ENVIRONMENT, | ||
dev_server: 'staging2-lcm-dev.intgdc.com', | ||
prod_server: 'staging2-lcm-prod.intgdc.com', | ||
dev_organization: 'staging2-lcm-dev', | ||
prod_organization: 'staging2-lcm-prod', | ||
dev_server: 'staging-lcm-dev.intgdc.com', | ||
prod_server: 'staging-lcm-prod.intgdc.com', | ||
dev_organization: 'staging-lcm-dev', | ||
prod_organization: 'staging-lcm-prod', | ||
username: '[email protected]', | ||
appstore_deploy_name: 'PRODUCTION_APPSTORE' | ||
end | ||
|
||
module ProcessHelper | ||
set_const :PROCESS_ID, '7bc4b678-d1f6-4fb0-b1ee-513f4709bbf1' | ||
set_const :PROCESS_ID, '756b5f0f-6412-4072-b8e2-f5c33624f497' | ||
end | ||
|
||
module ProjectHelper | ||
set_const :PROJECT_ID, 'voyb6fcvdngwfyf722vn9cmbv7sq6mf6' | ||
set_const :PROJECT_ID, 'kd39zwi3bii39ewe1skh6ldjfx7ebj7x' | ||
end | ||
|
||
module ScheduleHelper | ||
set_const :SCHEDULE_ID, '5acdd513e4b01dce92b23505' | ||
set_const :SCHEDULE_ID, '65f0f0ded245736d3f85dfb6' | ||
end | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters