Skip to content

Commit

Permalink
Merge pull request #35 from gregorwolf/patch-2
Browse files Browse the repository at this point in the history
Fix invalid JSON example
  • Loading branch information
MichaelPShea authored Jul 17, 2024
2 parents 9f1a4bd + 79e9525 commit 9ada9f4
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 9ada9f4

Please sign in to comment.