smart_ide/cron/config.env
Nicolas Cantu d98e6bce60 feat: logs/ for pull-sync and ia_dev; document ia_dev as in-repo module
- Default PULL_SYNC_LOG to logs/git-pull-projects.log; add logs/README and gitignore
- Add services/ia_dev integration README and .env.example
- Replace docs/ia_dev-submodule.md with ia_dev-module.md; update ecosystem and README links
- Point ia_dev submodule to commit with smart_ide_logs.sh
2026-04-03 17:50:49 +02:00

18 lines
703 B
Bash
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Configuration centralisée — tirage Git des clones (projects/*/conf.json)
# Fichier versionné : modifier ici ou surcharger dans config.local.env (non versionné).
#
# Désactiver complètement lexécution planifiée (systemd user timer) :
# PULL_SYNC_ENABLED=0
PULL_SYNC_ENABLED=1
# all = tous les projets sous projects/*/conf.json (respecte cron.git_pull par projet)
# project = un seul id (définir PULL_SYNC_PROJECT_ID)
PULL_SYNC_MODE=all
# PULL_SYNC_MODE=project
# PULL_SYNC_PROJECT_ID=smart_ide
# Journal append : défaut = <racine smart_ide>/logs/git-pull-projects.log (voir git-pull-wrapper.sh)
# Surcharge ex. : PULL_SYNC_LOG=/home/user/.local/log/smart_ide-pull.log
# PULL_SYNC_LOG=