Skip to content

Commit

Permalink
Merge pull request #285 from jembi/CU-86bzqat98_Fix-API-API-KC-Config
Browse files Browse the repository at this point in the history
update api api-kc application conf
  • Loading branch information
MatthewErispe authored Jul 25, 2024
2 parents c0139b9 + d2a061a commit acd5d0a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion JeMPI_Apps/JeMPI_API/src/main/resources/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ akka.http {
request-timeout = 5 s
linger-timeout = 5 s
parsing {
max-to-strict-bytes = ${?JEMPI_FILE_IMPORT_MAX_SIZE_BYTE} 128m
max-to-strict-bytes = 128m
max-to-strict-bytes = ${?JEMPI_FILE_IMPORT_MAX_SIZE_BYTE}
}
}
}
Expand Down
3 changes: 2 additions & 1 deletion JeMPI_Apps/JeMPI_API_KC/src/main/resources/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ akka.http {
request-timeout = 5 s
linger-timeout = 5 s
parsing {
max-to-strict-bytes = ${?JEMPI_FILE_IMPORT_MAX_SIZE_BYTE} 128m
max-to-strict-bytes = 128m
max-to-strict-bytes = ${?JEMPI_FILE_IMPORT_MAX_SIZE_BYTE}
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ pushd .
echo

pushd helper/keycloak
# if [ "$REACT_APP_ENABLE_SSO" = "true" ]; then
if [ "$REACT_APP_ENABLE_SSO" = "true" ]; then
source ./start-keycloak-test-server.sh
# fi
fi
popd

sleep 5
Expand Down

0 comments on commit acd5d0a

Please sign in to comment.