diff --git a/src/main/environment/common_ci.properties b/src/main/environment/common_ci.properties index 9f54a35d..7eaf5fa2 100644 --- a/src/main/environment/common_ci.properties +++ b/src/main/environment/common_ci.properties @@ -173,6 +173,7 @@ grievanceUserName = @env.GRIEVANCE_USERNAME@ grievancePassword = @env.GRIEVANCE_PASSWORD@ grievanceUserAuthenticate = @env.GRIEVANCE_USER_AUTHENTICATE@ grievanceDataSyncDuration = @env.GRIEVANCE_DATA_SYNC_DURATION@ +tempFilePath=@env.TEMP_FILE_PATH@ springdoc.api-docs.enabled=@env.SWAGGER_DOC_ENABLED@ springdoc.swagger-ui.enabled=@env.SWAGGER_DOC_ENABLED@ diff --git a/src/main/environment/common_docker.properties b/src/main/environment/common_docker.properties index 59cb580d..a433a79b 100644 --- a/src/main/environment/common_docker.properties +++ b/src/main/environment/common_docker.properties @@ -158,7 +158,7 @@ jwt.secret=${JWT_SECRET_KEY} #ELK logging file name logging.path=logs/ logging.file.name=${COMMON_API_LOGGING_FILE_NAME} - +tempFilePath=${TEMP_FILE_PATH} ##grievance API call updateGrievanceDetails = ${GRIEVANCE_API_BASE_URL}/grsbepro/igemr1097/public/api/v1/state-wise/grievance-list?page=PageNumber¤tpage=1 diff --git a/src/main/java/com/iemr/common/utils/FilterConfig.java b/src/main/java/com/iemr/common/utils/FilterConfig.java index 42bd04ad..ca90122a 100644 --- a/src/main/java/com/iemr/common/utils/FilterConfig.java +++ b/src/main/java/com/iemr/common/utils/FilterConfig.java @@ -35,10 +35,8 @@ @Configuration public class FilterConfig { - private static final Logger log = LoggerFactory.getLogger(FilterConfig.class); - - @Value("${cors.allowed-origins}") - private String allowedOrigins; + @Value("${cors.allowed-origins}") + private String allowedOrigins; @Bean public FilterRegistrationBean jwtUserIdValidationFilter( diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index a3de6772..1558f910 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -28,7 +28,7 @@ BeneficiarySmsTemplate=Beneficiary UPTSU SMS future-days=7 ## Path where the files would be stored before uploading to KM server -tempFilePath=c:/temp/ +##tempFilePath=c:/temp/ ## swaasa file path lungAssessmentPath=c:/swaasa_audio/