Skip to content

Commit

Permalink
MOSIP-32064
Browse files Browse the repository at this point in the history
Signed-off-by: JanardhanBS-SyncByte <[email protected]>
  • Loading branch information
JanardhanBS-SyncByte committed May 17, 2024
1 parent 3545e1c commit a737efa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion biosdk-services/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ ARG container_user_gid=1001

# install packages and create user
RUN apk -q update \
&& apk add -q unzip wget libc++-dev sudo\
&& apk add -q unzip wget libc++-dev sudo\
&& addgroup -g ${container_user_gid} ${container_user_group} \
&& adduser -s /bin/sh -u ${container_user_uid} -G ${container_user_group} -h /home/${container_user} --disabled-password ${container_user}

Expand Down
6 changes: 3 additions & 3 deletions biosdk-services/src/main/resources/bootstrap.properties
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ mosip.bio.image.compressor.resize.factor.fx=0.25
mosip.bio.image.compressor.resize.factor.fy=0.25
mosip.bio.image.compressor.compression.ratio=50

#logging.level.web=TRACE
#logging.level.org.springframework.web=TRACE
#spring.mvc.log-request-details=false
#logging.level.web=DEBUG
#logging.level.org.springframework.web=DEBUG
#spring.mvc.log-request-details=true

openapi.info.title=Biosdk Service
openapi.info.description=Rest Endpoints for operations related to Biosdk
Expand Down

0 comments on commit a737efa

Please sign in to comment.