Update README.md
This commit is contained in:
parent
95d4347538
commit
09e97b89a2
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ The app is configurable with environment variable and url parameters.
|
||||||
| `YEAR` | `year` | String | The year to fetch. Example : `4` |
|
| `YEAR` | `year` | String | The year to fetch. Example : `4` |
|
||||||
| `GROUP` | `group` | String | The group to fetch. Example : `1` |
|
| `GROUP` | `group` | String | The group to fetch. Example : `1` |
|
||||||
| `ALLOWED_YEARS` | None | String | Used to validate year specified in URL params. Example : `3,4,5` |
|
| `ALLOWED_YEARS` | None | String | Used to validate year specified in URL params. Example : `3,4,5` |
|
||||||
| `ALLOWED_GROUPS` | None | String | Used to validate group specified in URL params. Example : `1,2,3` |
|
| `ALLOWED_GROUPS` | None | String | Used to validate group specified in URL params. Example : `1,2,3,4` |
|
||||||
|
|
||||||
## Example
|
## Example
|
||||||
### Default
|
### Default
|
||||||
|
|
Loading…
Reference in a new issue