All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ot.ext.fs-binary-rules.1.0.1.source-code.fsbinrules.properties Maven / Gradle / Ivy

There is a newer version: 1.0.2
Show newest version
#
# Root folder to monitor in and out files
#
root_dir = /fsbinrules

#
# Precreate the outgoing folders
#
out_folders=

#
# File upload micro service port
#
micro_service_port = 19091

#
# Number of seconds to process IN / OUT files
#
process_delay = 10

#
# Delete IN / OUT files after processing
#
delete_after_processing = true

#
# Boodskap API base path
#
api_base_path = XXXXXXXXXXXXx
#
# Boodskap Domain Key
#
domain_key = XXXXXXXXXXXXXXXXX

#
# Boodskap API Key
#
api_key = XXXXXXXXXXXXXXXXXX

#
# Enable/Disable OUT files
#
out.enabled = false

#
# ftp | sftp | http
#
out.protocol = sftp

#
# jsch | sshj | vfs
#
sftp.impl = jsch
sftp.host = localhost
sftp.port = 22
sftp.user_name = ftplistener
sftp.password = secret
sftp.remote_dir = /upload

# Change it to true if using PRI/PUB key authentication
jsch.keyfile_auth = false
jsch.prvkey = 
jsch.pubkey = 
jsch.passphrase =
#jsch.known_hosts = 




© 2015 - 2024 Weber Informatics LLC | Privacy Policy