Skip to content

Commit

Permalink
Run Pre-Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
CannonLock committed Apr 5, 2024
1 parent fba63d9 commit dc08f9d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/parameters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ description: |+
coming from).
Configuration takes an IP address (both regular and CIDR) and a Coordinate made up of a lat/long pair in decimal format. For example:
```
GeoIPOverrides:
- IP: "123.234.123.234"
Expand Down Expand Up @@ -1144,7 +1144,7 @@ description: |+
- "name" must be snake case with underline connecting words, i.e. site_name.
- "type" must be one of "string", "int", "bool", "datetime" (Unix time in seconds), or "enum".
- "options" must be a non-empty yaml array for field with type "enum". "optionsUrl" will be ignored if "options" is set.
Example:
```yaml
Expand Down Expand Up @@ -1429,7 +1429,7 @@ components: ["origin"]
name: Issuer.OIDCAuthenticationRequirements
description: |+
A list of claim-value pairs that indicate required values from the OIDC ID token to authenticate.
Example:
```
Expand Down

0 comments on commit dc08f9d

Please sign in to comment.