smart_ide/services/docv/.env.example
Nicolas Cantu 0f9a69e368 docs: deployed data over SSH, docv/AnythingLLM/services, IDE project config
- Add features/remote-deployed-data-ssh.md (source of truth on test/pprod/prod)
- Extend projects conf smart_ide.remote_data_access and anythingllm slugs (enso example)
- active-project.json.example + gitignore; .vscode/settings smartIde.activeProjectId
- Update docv integration docs, anythingllm-workspaces, ecosystem, API README
- Cursor rule: resolve project id from active-project / env / workspace setting
2026-04-03 17:55:08 +02:00

10 lines
477 B
Plaintext

# Example variable names for smart_ide components that call docv over HTTP.
# Do not commit real secrets. Set values in host-specific env or .secrets/<env>/ per platform-target.
#
# DOCV_BASE_URL=https://docv.example.internal
# DOCV_API_TOKEN=
#
# Données déployées (miroir local après fetch SSH) — pas de secrets ici :
# DOCV_PROJECTS_ROOT=/chemin/vers/miroir/projets
# Les alias SSH (Host …) sont dans ~/.ssh/config — voir docs/features/remote-deployed-data-ssh.md