# Secrets configuration for Nextcloud MCP Server. # Copy this file to .secrets.toml and fill in your values. # .secrets.toml is gitignored — never commit real secrets. # # See docs/ADR-024-dynaconf-configuration-management.md for details. [default] token_encryption_key = "" nextcloud_password = "" nextcloud_oidc_client_secret = "" qdrant_api_key = "" openai_api_key = "" custom_processor_api_key = ""