Skip to content

Commit

Permalink
Fix invalid JSON example
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorwolf authored Jul 16, 2024
1 parent 9f1a4bd commit 79e9525
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ The syntax of the properties is as follows:
"token-policy": {
"token-validity": 1800,
"refresh-validity": 7776000,
"refresh-parallel" : 3
"refresh-parallel" : 3,
"refresh-usage-after-renewal" : "off"
}
},
Expand Down

0 comments on commit 79e9525

Please sign in to comment.