We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 50c5952 + 1bc9298 commit 4b975ffCopy full SHA for 4b975ff
src/main/environment/common_ci.properties
@@ -19,6 +19,7 @@ km-base-path=@env.KM_API_BASE_PATH@
19
km-root-path=/okm:personal/users/
20
km-guest-user=@env.KM_GUEST_USER@
21
km-guest-password=@env.KM_GUEST_PASSWORD@
22
+tempFilePath=@env.TEMP_FILE_PATH@
23
24
# CTI Config
25
cti-server-ip=@env.CTI_SERVER_IP@
src/main/environment/common_docker.properties
@@ -126,7 +126,7 @@ everwellRegisterBenficiary = ${COMMON_API_BASE_URL}/beneficiary/create
126
## LungAssessment credentials
127
lungAssessmentEmail = ${SWAASA_EMAIL}
128
lungAssessmentPassword =${SWAASA_PASSWORD}
129
-
+tempFilePath=${TEMP_FILE_PATH}
130
131
## SWASSA APIs
132
lungAssessmentAdminLogin = ${SWAASA_BASE_URL}/api/adminLogin
0 commit comments