Skip to content

Commit

Permalink
added refresh token lifetime and fixed an issue with build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin.Jaillet committed Aug 3, 2020
1 parent aa16403 commit fb8134e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Usage(){
exit
}

while [[ $# != 0 ]];do
while [ $# != 0 ];do
opt="$1"
case $opt in
-k)
Expand Down
3 changes: 2 additions & 1 deletion search/.env_generic
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ REACT_APP_IN_SYLVA_LOGIN_HOST=http://localhost:8081
REACT_APP_IN_SYLVA_CLIENT_ID=in-sylva.user.app
REACT_APP_IN_SYLVA_GRANT_TYPE=password
REACT_APP_IN_SYLVA_REALM=in-sylva
REACT_APP_PORT=3001
REACT_APP_PORT=3001
REACT_KEYCLOAK_TOKEN_VALIDITY=60

0 comments on commit fb8134e

Please sign in to comment.