Skip to content
Merged
Show file tree
Hide file tree
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
12 changes: 2 additions & 10 deletions docs/Configuration/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,12 +138,6 @@ To force a specific default language regardless of browser settings, users must

> 💡 **Tip**: Set `SYSTEM_DEFAULTLOCALE` to your organization's primary language. Users can always override it using the language selector in the top-right corner.

### Deployment Mode

```bash
MODE=BOTH # Options: BOTH, FRONTEND, BACKEND
```

### File Upload Limits

<Tabs groupId="config-methods">
Expand Down Expand Up @@ -182,13 +176,11 @@ For advanced features and specific use cases, see these detailed guides:
### Authentication & Security

**[Single Sign-On (SSO)](./Single%20Sign-On%20Configuration.md)**
- OAuth2 (Google, GitHub, Keycloak, OIDC) - Enterprise only
- SAML2 (Okta, Azure AD) - Enterprise only
- OAuth2 (Google, GitHub, Keycloak, OIDC) - Server tier
- SAML2 (Okta, Azure AD) - Enterprise tier
- Complete configuration examples

**[System and Security](./System%20and%20Security.md)**
- Split deployment (frontend/backend separation)
- CORS configuration
- Server certificates
- JWT configuration

Expand Down
Loading
Loading