Skip to content

Commit

Permalink
Updated readme for dot notation
Browse files Browse the repository at this point in the history
  • Loading branch information
colcek committed Feb 15, 2023
1 parent 3b3e28f commit 771bd5c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,14 @@ CACHE_ENABLED = true

optional configurations
```
CLAIM_MAPPINGS=claim1:header1,claim2:header2
CLAIM_MAPPINGS=claim1:header1,claim2:header2,claim3.subClaim3:header3
set up claim mappings by env, on the format
the above corresponds to the json
the above corresponds to the json. Claim name
can use dot(.) to map nested structures
{
"claim1": "header1",
"claim2": "header2"
"claim2": "header2",
"claim3.subClaim3": "header3"
}
```

0 comments on commit 771bd5c

Please sign in to comment.