-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
changing env.variable #65
Open
sac2kadam
wants to merge
7
commits into
PSMRI:develop
Choose a base branch
from
sac2kadam:develop
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
793afb3
Update common_ci.properties
sac2kadam ddbe6d4
Update common_ci.properties
sac2kadam e737c5f
Update common_ci.properties
sac2kadam 038f2b7
Merge branch 'develop' into develop
ravishanigarapu 50dbebc
Merge branch 'PSMRI:develop' into develop
sac2kadam 0d1aca6
Merge branch 'PSMRI:develop' into develop
sac2kadam 231753b
Update common_ci.properties
sac2kadam File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,50 +6,50 @@ [email protected]_PASSWORD@ | |
spring.datasource.driver-class-name=com.mysql.jdbc.Driver | ||
|
||
## Carestream URLs, local | ||
carestreamOrderCreateURL=@env.COMMON_API_BASE_URL@/carestream/createOrder | ||
carestreamOrderCreateURL=@env.COMMON_API@/carestream/createOrder | ||
|
||
## Identity - Common URLs | ||
# Registration | ||
registrationUrl =@env.COMMON_API_BASE_URL@/beneficiary/create | ||
registrationUrl =@env.COMMON_API@/beneficiary/create | ||
|
||
registrarQuickSearchByIdUrl =@env.COMMON_API_BASE_URL@/beneficiary/searchUserByID | ||
registrarQuickSearchByIdUrl =@env.COMMON_API@/beneficiary/searchUserByID | ||
|
||
registrarQuickSearchByPhoneNoUrl =@env.COMMON_API_BASE_URL@/beneficiary/searchUserByPhone | ||
registrarQuickSearchByPhoneNoUrl =@env.COMMON_API@/beneficiary/searchUserByPhone | ||
|
||
getBenImageFromIdentity [email protected]_API_BASE_URL@/id/benImageByBenRegID | ||
|
||
beneficiaryEditUrl =@env.COMMON_API_BASE_URL@/beneficiary/update | ||
beneficiaryEditUrl =@env.COMMON_API@/beneficiary/update | ||
|
||
registrarAdvanceSearchUrl =@env.COMMON_API_BASE_URL@/beneficiary/searchBeneficiary | ||
registrarAdvanceSearchUrl =@env.COMMON_API@/beneficiary/searchBeneficiary | ||
|
||
## Data Sync API, central | ||
dataSyncUploadUrl=@env.MMU_API_BASE_URL@/dataSync/van-to-server | ||
dataSyncUploadUrl=@env.MMU_API@/dataSync/van-to-server | ||
|
||
## Data download API, central | ||
dataSyncDownloadUrl=@env.MMU_API_BASE_URL@/dataSync/server-to-van | ||
dataSyncDownloadUrl=@env.MMU_API@/dataSync/server-to-van | ||
|
||
## TC specialist slot booking, # not required | ||
tcSpecialistSlotBook=@env.TM_API_BASE_URL@/schedule/bookSlot | ||
tcSpecialistSlotBook=@env.TM_API@/schedule/bookSlot | ||
|
||
## TC specialist slot cancelling, # not required | ||
tcSpecialistSlotCancel=@env.TM_API_BASE_URL@/schedule/cancelBookedSlot | ||
tcSpecialistSlotCancel=@env.TM_API@/schedule/cancelBookedSlot | ||
|
||
## benGenUrl, common, central | ||
benGenUrlCentral=@env.COMMON_API_BASE_URL@/beneficiary/generateBeneficiaryIDs | ||
benGenUrlCentral=@env.COMMON_API@/beneficiary/generateBeneficiaryIDs | ||
|
||
## benImportUrl, identity, local | ||
[email protected]_API_BASE_URL@/id/saveGeneratedBenIDToLocalServer | ||
mmucentralserver = @env.MMU_CENTRAL_SERVER@/common/get/Case-sheet/centralServerTMCaseSheet | ||
|
||
tmCentralServer = @env.TM_CENTRAL_SERVER@/common/get/Case-sheet/printData | ||
|
||
specialistSign=@env.COMMON_API_BASE_URL@/signature1/getSignClass | ||
specialistSign=@env.COMMON_API@/signature1/getSignClass | ||
|
||
## inventory transaction download URL, central, mmu | ||
dataSyncTransactionDownloadUrl=@env.MMU_API_BASE_URL@/dataSync/server-to-van-transactional | ||
dataSyncTransactionDownloadUrl=@env.MMU_API@/dataSync/server-to-van-transactional | ||
|
||
## inventory transaction processed flag update URL, central, mmu | ||
dataSyncProcessedFlagUpdate=@env.MMU_API_BASE_URL@/dataSync/updateProcessedFlagPostDownload | ||
dataSyncProcessedFlagUpdate=@env.MMU_API@/dataSync/updateProcessedFlagPostDownload | ||
|
||
|
||
fileBasePath [email protected]_FILE_BASE_PATH@ | ||
|
@@ -71,10 +71,10 @@ [email protected]_SYNC_SERVER_USERNAME@ | |
[email protected]_SYNC_SERVER_PASSWORD@ | ||
[email protected]_FOLDER_TO_SYNC@ | ||
serverFolder=MMUSync | ||
getServerCredentialURL=@env.MMU_API_BASE_URL@/fileSyncController/getServerCredential | ||
getServerCredentialURL=@env.MMU_API@/fileSyncController/getServerCredential | ||
tmReferCheckValue=TM | ||
### Redis IP | ||
spring.redis.host=localhost | ||
|
||
#ELK logging file name | ||
[email protected]_API_LOGGING_FILE_NAME@ | ||
[email protected]_API_LOGGING_FILE_NAME@ |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
π‘ Codebase verification
Environment variable standardization is incomplete
The migration to
TM_API
is only partially implemented:common_ci.properties
) uses@env.TM_API@
π Analysis chain
Verify the impact of TM_API environment variable change.
The change from
TM_API_BASE_URL
toTM_API
affects telemedicine specialist slot management. This standardization needs careful verification.Also applies to: 35-35
π Scripts executed
The following scripts were executed for the analysis:
Script:
Length of output: 340
Script:
Length of output: 1010
Script:
Length of output: 2252