Zip and Country Codes
Development
Reference Materials
UniPay Properties Definition
Property Location Types:
Database |
run-time property used by the application and stored within a database
|
File | run-time property used by the application and stored within a file |
Build | build-time property used by the application and stored within a file |
Available Properties for unibroker.properties:
Property Definitions for unibroker.properties:
unipay.ftp-gates.directory
Added On: 07/11/13
Legacy Name:
Group: FTP Gates
Status: Active
Attributes:
Local or remote directory, from which files are to be loaded by UniBroker.
When local directory is used, the value of the property must be an absolute path to the directory.
When remote directory is used, the value must be a remote directory path understood by the underlying FTP Gates server.
unipay.ftp-gates.host
Added On: 07/11/13
Legacy Name:
Group: FTP Gates
Status: Active
Attributes:
When remote connectivity is required, FTP Gates host location, from which files should be loaded by UniBroker.
unipay.ftp-gates.passphrase
Added On: 07/11/13
Legacy Name:
Group: FTP Gates
Status: Active
Attributes:
Encrypted
When remote connectivity is required (sFTP), pass phrase on the private key, used to authenticate with the FTP Gates server, from which files should be loaded by UniBroker.
unipay.ftp-gates.password
Added On: 07/11/13
Legacy Name:
Group: FTP Gates
Status: Active
Attributes:
Encrypted
When remote connectivity is required (FTP and FTPs), password on the FTP Gates server, from which files should be loaded by UniBroker.
unipay.ftp-gates.port
Added On: 07/11/13
Legacy Name:
Group: FTP Gates
Status: Active
Attributes:
When remote connectivity is required, port for the FTP Gates server, from which files should be loaded by UniBroker.
unipay.ftp-gates.private-key
Added On: 07/11/13
Legacy Name:
Group: FTP Gates
Status: Active
Attributes:
When remote connectivity is required (sFTP), private key used to authenticate with the FTP Gates server, from which files should be loaded by UniBroker.
The value of the property is the name of the file that contains the private key. The file must be located in unibroker/resources/ssh.
unipay.ftp-gates.type
Added On: 07/11/13
Legacy Name:
Group: FTP Gates
Status: Active
Attributes:
Type of connectivity used by UniBroker to retrieve files for processing from invault folder of FTP Gates.
Supported values are:
file - UniBroker loads files from a local folder
ftp - UniBroker loads files from a remote location over FTP protocol
ftps - UniBroker loads files from a remote location over FTPs protocol
sftp - UniBroker loads files from a remote location over sFTP protocol
unipay.ftp-gates.username
Added On: 07/11/13
Legacy Name:
Group: FTP Gates
Status: Active
Attributes:
When remote connectivity is required (FTP and FTPs), user name on the FTP Gates server, from which files should be loaded by UniBroker.
|