docs: fix cookie_domain (#472)

This commit is contained in:
nitper 2020-01-28 12:35:07 -05:00 committed by Bobby DeSimone
parent 36abc9fd65
commit 6a10112ebe

View file

@ -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