Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/deployment/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ Here are the configuration keys, for both containers (environment variables) and
| app:admin:password | APP__ADMIN__PASSWORD | ChangeMe | Default password of the admin user |
| app:admin:token | APP__ADMIN__TOKEN | ChangeMe | Default token (must be a valid UUIDv4) |
| app:health_access_key | APP__HEALTH_ACCESS_KEY | ChangeMe | Access key for the `/health` endpoint. Must be changed - will not respond to default value. Access with `/health?health_access_key=ChangeMe` |
| app:auth_payload_body_size | APP__AUTH_PAYLOAD_BODY_SIZE | | Maximum payload body size for SSO/SAML. Controls the Express body-parser `limit` setting (defaults to 100kb). See https://expressjs.com/en/resources/middleware/body-parser.html |


#### Network and security

Expand Down