Files
RDO/auto-sync-config.json
2026-02-20 07:25:32 -03:00

28 lines
585 B
JSON

{
"repository": {
"remote_url": "https://github.com/Reifonas/TS_RDO.git",
"branch": "main",
"auto_push": true
},
"monitoring": {
"watch_interval": 30,
"continuous_mode": false,
"verbose_logging": true
},
"logging": {
"enabled": true,
"retention_days": 7,
"log_level": "INFO"
},
"git": {
"auto_commit_message_template": "Auto-sync: {timestamp} - {changes}",
"pull_before_push": true,
"use_rebase": true
},
"notifications": {
"enabled": true,
"success_notifications": false,
"error_notifications": true
}
}