{
	"uploadOnSave": true,
	"autoDelete": true,
	"checkGitignore": false,
	"activeTargets": [
		"Amazon",
		"Locaweb_FOX"
	],
	"concurrency": 5,
	"ignore": [
		".git/**/*",
		".vscode/**/*"
	],
	"targets": [
		{
			"name": "Amazon",
			"type": "ftp",
			"host": "ftp.alligathor.com",
			"port": 21,
			"user": "jkarlus@alligathor.com",
			"password": "jkarlus2020@#",
			"dir": "/"
		},
		{
			"name": "Locaweb_FOX",
			"type": "ftp",
			"host": "ftp.jkarl1.hospedagemdesites.ws",
			"port": 21,
			"user": "jkarl1",
			"password": "LosT4815162342@@",
			"dir": "/public_html/"
		}
	]
}