@ngageoint/mage.sftp.service
Version:
The SFTP service package is a MAGE server plugin that sends observations to and SFTP location on create and update.
22 lines • 664 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.defaultSFTPPluginConfig = void 0;
const entities_format_1 = require("../format/entities.format");
exports.defaultSFTPPluginConfig = Object.freeze({
enabled: false,
interval: 60,
pageSize: 100,
events: [],
archiveFormat: entities_format_1.ArchiveFormat.GeoJSON,
completionAction: entities_format_1.CompletionAction.None,
initiation: {
rule: entities_format_1.TriggerRule.CreateAndUpdate,
timeout: 60
},
sftpClient: {
host: '',
path: '',
username: ''
}
});
//# sourceMappingURL=SFTPPluginConfig.js.map