docs: document infrastructureendpoints flag
All checks were successful
All checks were successful
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
1
HOWTO.md
1
HOWTO.md
@@ -394,6 +394,7 @@ Key settings in `cameleer3-server-app/src/main/resources/application.yml`. All c
|
||||
| `cameleer.server.security.jwtsecret` | *(random)* | `CAMELEER_SERVER_SECURITY_JWTSECRET` | HMAC secret for JWT signing. If set, tokens survive restarts |
|
||||
| `cameleer.server.security.accesstokenexpiryms` | `3600000` | `CAMELEER_SERVER_SECURITY_ACCESSTOKENEXPIRYMS` | JWT access token lifetime (1h) |
|
||||
| `cameleer.server.security.refreshtokenexpiryms` | `604800000` | `CAMELEER_SERVER_SECURITY_REFRESHTOKENEXPIRYMS` | Refresh token lifetime (7d) |
|
||||
| `cameleer.server.security.infrastructureendpoints` | `true` | `CAMELEER_SERVER_SECURITY_INFRASTRUCTUREENDPOINTS` | Show DB/ClickHouse admin endpoints. Set `false` in SaaS-managed mode |
|
||||
|
||||
**OIDC resource server** (`cameleer.server.security.oidc.*`):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user