{
  "enabled": false,
  "environment": "production",
  "base_url": "https://tracking.example.com",
  "ftp": {
    "host": "ftp.example.com",
    "port": 21,
    "username": "FTP_USERNAME",
    "password": "FTP_PASSWORD",
    "remote_path": "/public_html/riets",
    "ssl": true,
    "passive": true
  },
  "deploy": {
    "exclude": [".git", "config/app.json", "config/remote.json", "storage/logs"],
    "preserve": ["config/app.json", "config/remote.json", "public/uploads"]
  }
}

