mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-17 02:57:11 +02:00
docs: fix cookie_domain (#472)
This commit is contained in:
parent
36abc9fd65
commit
6a10112ebe
1 changed files with 2 additions and 2 deletions
|
@ -223,8 +223,8 @@ random key with `head -c32 /dev/urandom | base64`.
|
|||
|
||||
#### Cookie domain
|
||||
|
||||
- Environmental Variable: `COOKIE_SECRET`
|
||||
- Config File Key: `cookie_secret`
|
||||
- Environmental Variable: `COOKIE_DOMAIN`
|
||||
- Config File Key: `cookie_domain`
|
||||
- Type: `string`
|
||||
- Example: `corp.beyondperimeter.com`
|
||||
- Optional
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue