You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/deployment/configuration.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,8 @@ Here are the configuration keys, for both containers (environment variables) and
47
47
| app:admin:password| APP__ADMIN__PASSWORD | ChangeMe | Default password of the admin user |
48
48
| app:admin:token| APP__ADMIN__TOKEN | ChangeMe | Default token (must be a valid UUIDv4) |
49
49
| 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|
0 commit comments