Many new functionalities
This commit is contained in:
@@ -83,7 +83,7 @@ The backend accepts these environment variables:
|
||||
- `PRIVATECHAT_MASTER_KEY`: Optional master key for encrypting SQLite secret material and user credentials.
|
||||
- `PRIVATECHAT_MASTER_KEY_PATH`: Optional file path for the generated master key.
|
||||
- `PRIVATECHAT_WEB_DIST_DIR`: Directory containing the prebuilt Angular browser bundle. Default `client/dist/client/browser`.
|
||||
- `CORS_ORIGIN`: Optional allowed browser origin. If omitted, the server reflects request origins.
|
||||
- `CORS_ORIGIN`: Optional comma-separated browser-origin allowlist. If omitted, the server accepts request origins. The special `null` origin from embedded `file://` webviews is accepted.
|
||||
- `WEBAUTHN_ORIGIN`: Browser origin allowed to register access keys. Default `http://localhost:4200`.
|
||||
- `WEBAUTHN_RP_ID`: WebAuthn RP ID. Default hostname of `WEBAUTHN_ORIGIN`.
|
||||
- `WEBAUTHN_RP_NAME`: Friendly RP name for browser access-key prompts. Default `PrivateChat`.
|
||||
|
||||
Reference in New Issue
Block a user