// Push settings file - first generated on Sat Dec 08 2018 19:58:34 GMT+0200 (EET). // Note: Optional items are commented out and can be uncommented if you wish to set them. // Preset environments are: prod, dev, stage. Custom environments (and their colours) can be created in settings. { "env": "default", "default": { "service": "FTP", "options": { // "timeZoneOffset": 0, // "testCollisionTimeDiffs": true, // "collisionUploadAction": null, // "collisionDownloadAction": null, // "followSymlinks": false, "host": "ftp.hotelizer.net", // "port": 22, "username": "hotelizer", "password": "", // "privateKey": "", // "keyPassphrase": "", "root": "/", // "keepaliveInterval": 3000, // "debug": false, // "fileMode": "", // "sshGateway": null } } }