Skip to content

Commit fc7ec80

Browse files
[docs] Update for Issue #11284
1 parent 6acbf09 commit fc7ec80

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/deployment/configuration.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ Here are the configuration keys, for both containers (environment variables) and
4747
| app:admin:password | APP__ADMIN__PASSWORD | ChangeMe | Default password of the admin user |
4848
| app:admin:token | APP__ADMIN__TOKEN | ChangeMe | Default token (must be a valid UUIDv4) |
4949
| 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` |
50+
| app:auth_payload_body_size | AUTH_PAYLOAD_BODY_SIZE | 100kb | Maximum payload body size for SSO/SAML. Controls the Express body-parser `limit` setting. See https://expressjs.com/en/resources/middleware/body-parser.html |
51+
5052

5153
#### Network and security
5254

0 commit comments

Comments
 (0)