docs(login-flow): unify encryption-key placeholder
Round-7 nit: align the TOKEN_ENCRYPTION_KEY placeholder in login-flow-v2.md (`<fernet-key>` / `<your-fernet-key>`) with env.sample.oauth-multi-user's `<your-encryption-key>` so copy-pasters don't see a mismatch. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.8
parent
407d0d765b
commit
dadd71ec83
@@ -66,7 +66,7 @@ MCP_DEPLOYMENT_MODE=login_flow
|
|||||||
|
|
||||||
# App-password storage (required for persistence across restarts)
|
# App-password storage (required for persistence across restarts)
|
||||||
TOKEN_STORAGE_DB=/app/data/tokens.db
|
TOKEN_STORAGE_DB=/app/data/tokens.db
|
||||||
TOKEN_ENCRYPTION_KEY=<fernet-key> # see "Generating an encryption key" below
|
TOKEN_ENCRYPTION_KEY=<your-encryption-key> # see "Generating an encryption key" below
|
||||||
|
|
||||||
# Public URLs (for browser redirects)
|
# Public URLs (for browser redirects)
|
||||||
NEXTCLOUD_MCP_SERVER_URL=https://mcp.example.com
|
NEXTCLOUD_MCP_SERVER_URL=https://mcp.example.com
|
||||||
@@ -200,7 +200,7 @@ mcp-login-flow:
|
|||||||
# - NEXTCLOUD_OIDC_CLIENT_SECRET=<your-client-secret>
|
# - NEXTCLOUD_OIDC_CLIENT_SECRET=<your-client-secret>
|
||||||
# Dev-only inline value. In production, mount via Docker secret and read
|
# Dev-only inline value. In production, mount via Docker secret and read
|
||||||
# from a *_FILE env var or a secrets-management init step.
|
# from a *_FILE env var or a secrets-management init step.
|
||||||
- TOKEN_ENCRYPTION_KEY=<your-fernet-key>
|
- TOKEN_ENCRYPTION_KEY=<your-encryption-key>
|
||||||
- TOKEN_STORAGE_DB=/app/data/tokens.db
|
- TOKEN_STORAGE_DB=/app/data/tokens.db
|
||||||
volumes:
|
volumes:
|
||||||
- login-flow-data:/app/data
|
- login-flow-data:/app/data
|
||||||
|
|||||||
Reference in New Issue
Block a user