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:
unibroker.ftp.directory
Added On: 01/03/13
Legacy Name:
Group: FTP
Status: Active
Attributes:
Remote directory to be used by UniBroker to exchange files with UniPay (when remote communication over FTP is used).
unibroker.ftp.host
Added On: 01/03/13
Legacy Name:
Group: FTP
Status: Active
Attributes:
When remote communication with UniPay over FTP is required, FTP host location, from which files should be loaded by UniBroker.
unibroker.ftp.passphrase
Added On: 01/03/13
Legacy Name:
Group: FTP
Status: Active
Attributes:
Encrypted
When remote communication with UniPay over FTP is required, pass phrase on the private key, used to authenticate with the FTP server, from which files should be loaded by UniBroker.
unibroker.ftp.password
Added On: 01/03/13
Legacy Name:
Group: FTP
Status: Active
Attributes:
Encrypted
When remote communication with UniPay over FTP is required, password on the FTP server, from which files should be loaded by UniBroker.
unibroker.ftp.port
Added On: 01/03/13
Legacy Name:
Group: FTP
Status: Active
Attributes:
When remote communication with UniPay over FTP is required, port for the FTP server, from which files should be loaded by UniBroker.
unibroker.ftp.private-key
Added On: 01/03/13
Legacy Name:
Group: FTP
Status: Active
Attributes:
When remote communication with UniPay over FTP is required, private key used to authenticate with the FTP 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
unibroker.ftp.type
Added On: 01/03/13
Legacy Name:
Group: FTP
Status: Active
Attributes:
When remote communication with UniPay over FTP is required, type of connectivity used by UniBroker to retrieve files for processing.
Supported values are:
ftp - FTP gates loads files from a remote location over FTP protocol
ftps - FTP gates loads files from a remote location over FTPs protocol
sftp - FTP gates loads files from a remote location over sFTP protocol
unibroker.ftp.username
Added On: 01/03/13
Legacy Name:
Group: FTP
Status: Active
Attributes:
When remote communication with UniPay over FTP is required, user name on the FTP server, from which files should be loaded by UniBroker.
|