adjust config type (#3241)

This commit is contained in:
Alex Fornuto 2022-04-05 13:16:27 -05:00 committed by GitHub
parent 166745370e
commit e1403e33b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1015,7 +1015,7 @@ Use this option if you previously relied on `x-pomerium-authenticated-user-{emai
### Override Certificate Name
- Environmental Variable: `OVERRIDE_CERTIFICATE_NAME`
- Config File Key: `override_certificate_name`
- Type: `int`
- Type: `string`
- Optional
- Example: `*.corp.example.com` if wild card or `authenticate.corp.example.com`/`authorize.corp.example.com`

View file

@ -1144,7 +1144,7 @@ settings:
attributes: |
- Environmental Variable: `OVERRIDE_CERTIFICATE_NAME`
- Config File Key: `override_certificate_name`
- Type: `int`
- Type: `string`
- Optional
- Example: `*.corp.example.com` if wild card or `authenticate.corp.example.com`/`authorize.corp.example.com`
doc: |